mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix statistics tab
This commit is contained in:
parent
a9d61db3b6
commit
a30beb9883
@ -5,12 +5,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-items: end;
|
justify-items: end;
|
||||||
|
|
||||||
.filtersDataSource {
|
|
||||||
}
|
|
||||||
|
|
||||||
.filtersDisplayMode {
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@include S(height, 20px);
|
@include S(height, 20px);
|
||||||
@include S(padding, 1px, 10px);
|
@include S(padding, 1px, 10px);
|
||||||
@ -53,6 +47,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sourceExplanation {
|
||||||
|
@include SuperSmallText();
|
||||||
|
@include S(margin-top, 5px);
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@include S(margin-top, 10px);
|
@include S(margin-top, 10px);
|
||||||
@include S(height, 350px);
|
@include S(height, 350px);
|
||||||
|
Loading…
Reference in New Issue
Block a user