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:
parent
7390fa350a
commit
984817a5d9
BIN
res/ui/icons/waypoints.png
Normal file
BIN
res/ui/icons/waypoints.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -102,6 +102,10 @@
|
|||||||
background-color: rgb(85, 199, 138);
|
background-color: rgb(85, 199, 138);
|
||||||
background-image: uiResource("icons/statistics.png");
|
background-image: uiResource("icons/statistics.png");
|
||||||
}
|
}
|
||||||
|
&[data-button-id="waypoints"] {
|
||||||
|
background-color: rgb(199, 140, 85);
|
||||||
|
background-image: uiResource("icons/waypoints.png");
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
@ -7,6 +7,22 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
@include S(column-gap, 5px);
|
@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 {
|
.content {
|
||||||
|
Loading…
Reference in New Issue
Block a user