1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

upload button

This commit is contained in:
muerwre 2019-08-08 18:41:41 +07:00
parent 3ed01773c4
commit adfa668f15
4 changed files with 31 additions and 14 deletions

View file

@ -1,15 +1,18 @@
.wrap {
width: 60px;
height: 60px;
width: 52px;
height: 52px;
border-radius: 32px !important;
position: relative;
border-radius: $radius;
cursor: pointer;
opacity: 0.5;
// opacity: 0.7;
transition: opacity 0.5s;
background: $red_gradient;
box-shadow: $content_bg 0 0 20px 10px;
&:hover {}
&:hover {
opacity: 1;
}
input {
width: 100%;