1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

waypoints step 2

This commit is contained in:
dengr1065 2020-05-23 12:28:14 +03:00
parent 7390fa350a
commit 984817a5d9
3 changed files with 20 additions and 0 deletions

BIN
res/ui/icons/waypoints.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -102,6 +102,10 @@
background-color: rgb(85, 199, 138);
background-image: uiResource("icons/statistics.png");
}
&[data-button-id="waypoints"] {
background-color: rgb(199, 140, 85);
background-image: uiResource("icons/waypoints.png");
}
&:hover {
opacity: 0.9;

View File

@ -7,6 +7,22 @@
display: grid;
grid-template-columns: 1fr auto;
@include S(column-gap, 5px);
input.findOrCreate {
box-sizing: border-box;
border: none;
background: #f4f4f4;
@include PlainText;
@include S(padding-left, 5px);
@include S(padding-right, 5px);
@include DarkThemeOverride {
background: #222428;
color: #efefef;
}
}
}
.content {