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

Allow deleting puzzles

This commit is contained in:
tobspr
2021-06-20 17:42:44 +02:00
parent 2765e6e81d
commit cc3242011f
4 changed files with 85 additions and 0 deletions

View File

@@ -159,6 +159,25 @@
}
}
> button.delete {
position: absolute;
@include S(top, 5px);
@include S(right, 5px);
background-repeat: no-repeat;
background-position: center center;
background-size: 70%;
background-color: transparent !important;
@include S(width, 20px);
@include S(height, 20px);
padding: 0;
opacity: 0.7;
& {
/* @load-async */
background-image: uiResource("icons/delete.png") !important;
}
}
> .stats {
grid-column: 2 / 3;
grid-row: 3 / 4;