mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor css adjustments to the statistics dialog
This commit is contained in:
parent
bfe2795677
commit
389ce28e7a
@ -14,12 +14,12 @@
|
|||||||
@include S(padding, 1px, 10px);
|
@include S(padding, 1px, 10px);
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 0;
|
|
||||||
@include IncreasedClickArea(1px);
|
@include IncreasedClickArea(1px);
|
||||||
@include S(min-width, 30px);
|
@include S(min-width, 30px);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
@include S(margin-left, 1px);
|
@include S(margin-left, 1px);
|
||||||
|
@include S(border-radius, $globalBorderRadius);
|
||||||
|
|
||||||
&.displayIcons,
|
&.displayIcons,
|
||||||
&.displayDetailed,
|
&.displayDetailed,
|
||||||
@ -33,6 +33,7 @@
|
|||||||
background-image: uiResource("icons/display_sorted.png");
|
background-image: uiResource("icons/display_sorted.png");
|
||||||
background-size: #{D(11.5px)};
|
background-size: #{D(11.5px)};
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
@include S(padding, 1px, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -86,6 +87,7 @@
|
|||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
@include S(margin-bottom, 4px);
|
@include S(margin-bottom, 4px);
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@include S(border-radius, $globalBorderRadius);
|
||||||
|
|
||||||
@include DarkThemeOverride {
|
@include DarkThemeOverride {
|
||||||
background: #222428;
|
background: #222428;
|
||||||
|
Loading…
Reference in New Issue
Block a user