1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/src/css/states/changelog.scss

25 lines
470 B
SCSS
Raw Normal View History

2020-05-23 13:04:55 +00:00
#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);
}
}
}