mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-04 07:26:40 +07:00
sticker panel with ability to choose
This commit is contained in:
parent
40a11297c0
commit
f2c9cc4abc
10 changed files with 140 additions and 64 deletions
src/styles
|
@ -15,6 +15,7 @@
|
|||
font-weight: 200;
|
||||
color: #cccccc;
|
||||
user-select: none;
|
||||
box-shadow: rgba(0,0,0,0.3) 0 2px 0, inset rgba(255, 255, 255, 0.05) 1px 1px;
|
||||
|
||||
svg {
|
||||
fill: #cccccc;
|
||||
|
@ -104,11 +105,11 @@
|
|||
background: #222222;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
bottom: 12px;
|
||||
border-radius: 3px;
|
||||
z-index: 2;
|
||||
color: white;
|
||||
box-sizing: border-box;
|
||||
padding-bottom: 48px;
|
||||
box-shadow: rgba(0,0,0,0.3) 0 2px 0, inset rgba(255, 255, 255, 0.05) 1px 1px;
|
||||
box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue