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

Preparations for the puzzle DLC

This commit is contained in:
tobspr
2021-05-23 17:03:59 +02:00
parent 3c3cb5924f
commit ec4d198df3
6 changed files with 71 additions and 22 deletions

View File

@@ -88,7 +88,9 @@
@include S(grid-column-gap, 10px);
display: grid;
grid-template-columns: 1fr 1fr;
&[data-columns="1"] {
grid-template-columns: 1fr;
}
.standaloneBanner {
background: rgb(255, 75, 84);
@@ -230,7 +232,7 @@
@include S(padding, 20px);
@include S(border-radius, $globalBorderRadius);
> .dlcLogo {
@include S(width, 200px);
@include S(width, 190px);
}
> button {
@@ -240,6 +242,21 @@
background-color: #333;
color: #fff;
}
&.notOwned {
p {
@include PlainText;
color: #333;
@include S(margin-top, 10px);
@include S(width, 190px);
}
> button {
box-sizing: border-box;
@include S(margin-top, 10px);
@include S(width, 190px);
@include S(padding, 10px, 20px);
}
}
}
.mainContainer {