mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add support for different building variants
This commit is contained in:
@@ -144,6 +144,15 @@
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
.browserWarning {
|
||||
@include S(margin-bottom, 10px);
|
||||
background-color: $colorRedBright;
|
||||
@include PlainText;
|
||||
color: #fff;
|
||||
@include S(border-radius, 4px);
|
||||
@include S(padding, 5px);
|
||||
}
|
||||
|
||||
.playButton {
|
||||
@include SuperHeading;
|
||||
@include S(width, 130px);
|
||||
|
||||
Reference in New Issue
Block a user