sticker panel with ability to choose

This commit is contained in:
muerwre 2018-08-24 17:04:48 +07:00
parent 40a11297c0
commit f2c9cc4abc
10 changed files with 140 additions and 64 deletions
src/styles

View file

@ -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;
}