mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
saving with title and buttons and forcing
This commit is contained in:
parent
fc1bac528a
commit
1ecc2d2a92
8 changed files with 98 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
.sticker-container {
|
||||
outline: none;
|
||||
position: relative;
|
||||
transition: transform 250ms;
|
||||
|
||||
&:before {
|
||||
content: ' ';
|
||||
|
@ -28,6 +29,14 @@
|
|||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
&.inactive {
|
||||
pointer-events: none;
|
||||
|
||||
.sticker-delete {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sticker-label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue