mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor UX Improvements
This commit is contained in:
@@ -41,12 +41,10 @@
|
||||
margin: 0;
|
||||
|
||||
:first-child {
|
||||
border-radius: #{D(2px)} 0 0 #{D(2px)} !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
:last-child {
|
||||
margin-right: 0 !important;
|
||||
border-radius: 0 #{D(2px)} #{D(2px)} 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -80,7 +78,6 @@
|
||||
|
||||
> div {
|
||||
background: #f4f4f4;
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
@include S(margin-bottom, 4px);
|
||||
display: grid;
|
||||
|
||||
@@ -104,7 +101,6 @@
|
||||
.counter {
|
||||
@include SuperSmallText;
|
||||
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
@include S(padding, 0, 3px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
max-height: 90vh;
|
||||
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user