mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Allow to disable hints, add changelog
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
@import "states/settings";
|
||||
@import "states/about";
|
||||
@import "states/mobile_warning";
|
||||
@import "states/changelog";
|
||||
|
||||
@import "ingame_hud/buildings_toolbar";
|
||||
@import "ingame_hud/building_placer";
|
||||
|
||||
24
src/css/states/changelog.scss
Normal file
24
src/css/states/changelog.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
#state_ChangelogState {
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.entry {
|
||||
padding: 20px;
|
||||
.version {
|
||||
@include Heading;
|
||||
}
|
||||
.date {
|
||||
@include PlainText;
|
||||
&::before {
|
||||
content: " | ";
|
||||
}
|
||||
color: #aaabaf;
|
||||
}
|
||||
|
||||
.changes {
|
||||
@include SuperSmallText;
|
||||
@include S(padding-left, 20px);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -322,8 +322,7 @@
|
||||
transform: scale(1.01);
|
||||
}
|
||||
|
||||
&.iogLink {
|
||||
// background: transparenT;
|
||||
&:not(.boxLink) {
|
||||
align-self: flex-end;
|
||||
justify-self: flex-end;
|
||||
height: unset;
|
||||
|
||||
@@ -6,6 +6,29 @@
|
||||
}
|
||||
}
|
||||
|
||||
.changelogDialogEntry {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
.version {
|
||||
@include Heading;
|
||||
}
|
||||
.date {
|
||||
@include PlainText;
|
||||
&::before {
|
||||
content: " | ";
|
||||
}
|
||||
color: #aaabaf;
|
||||
}
|
||||
|
||||
.changes {
|
||||
@include SuperSmallText;
|
||||
@include S(padding-left, 20px);
|
||||
}
|
||||
}
|
||||
|
||||
.failureBox {
|
||||
.logo {
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user