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

Merge pull request #85 from jaysc/continue

Added continue button
This commit is contained in:
tobspr
2020-06-16 17:48:43 +02:00
committed by GitHub
4 changed files with 155 additions and 18 deletions

View File

@@ -249,10 +249,31 @@
}
}
.continueButton {
@include SuperHeading;
@include S(min-width, 130px);
@include S(padding, 15px, 20px);
@include S(margin-top, 15px);
letter-spacing: 0.3em !important;
font-weight: bold;
color: #fff;
background-color: $colorGreenBright;
transition: transform 0.12s ease-in-out;
&:hover {
transform: scale(1.02);
}
}
.importButton {
@include S(margin-top, 15px);
}
.newGameButton {
@include S(margin-top, 15px);
@include S(margin-left, 15px);
}
.savegames {
@include S(max-height, 105px);
overflow-y: auto;