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

Special options while running on iogames.space

This commit is contained in:
tobspr
2020-05-24 17:49:12 +02:00
parent a627fb9a94
commit 9033c9eb67
6 changed files with 58 additions and 6 deletions

View File

@@ -19,6 +19,13 @@
.changes {
@include SuperSmallText;
@include S(padding-left, 20px);
strong {
background: $colorBlueBright;
color: #fff;
text-transform: uppercase;
@include S(padding, 1px, 2px);
@include S(margin-right, 3px);
}
}
}
}

View File

@@ -7,11 +7,14 @@
}
.changelogDialogEntry {
margin-top: 10px;
width: 100%;
flex-direction: column;
text-align: left;
padding: 10px;
box-sizing: border-box;
background: #eef1f4;
.version {
@include Heading;
}
@@ -25,7 +28,14 @@
.changes {
@include SuperSmallText;
@include S(padding-left, 20px);
@include S(padding-left, 15px);
strong {
background: $colorBlueBright;
color: #fff;
text-transform: uppercase;
@include S(padding, 1px, 2px);
@include S(margin-right, 3px);
}
}
}