mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
moved funcs to editor from image-editor
This commit is contained in:
parent
84f73c9cf3
commit
3ed01773c4
5 changed files with 129 additions and 132 deletions
|
@ -1,11 +1,13 @@
|
|||
.wrap {
|
||||
padding-bottom: 100%;
|
||||
box-shadow: inset lighten($content_bg, 20%) 0 0 0 4px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-radius: 32px !important;
|
||||
position: relative;
|
||||
border-radius: $radius;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
transition: opacity 0.5s;
|
||||
background: $red_gradient;
|
||||
|
||||
&:hover {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue