1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Merge pull request #44 from hexagonhexagon/shop-ui-tweak

Make upgrade formatting more clear
This commit is contained in:
tobspr
2020-06-10 11:49:41 +02:00
committed by GitHub
3 changed files with 14 additions and 17 deletions

View File

@@ -88,7 +88,7 @@
}
.description {
grid-column: 3 / 4;
grid-column: 2 / 4;
grid-row: 1 / 2;
@include PlainText;
color: #aaa;
@@ -289,13 +289,7 @@
display: none;
}
.description {
// grid-column: 2 / 4;
// grid-row: 2 / 3;
align-self: end;
justify-self: center;
color: $colorGreenBright;
text-transform: uppercase;
@include S(margin-top, 20px);
}
}
}