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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user