mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed image upload button at avatar
This commit is contained in:
parent
d31c18b06d
commit
a454b16fc9
3 changed files with 6 additions and 37 deletions
|
@ -10,6 +10,8 @@
|
|||
}
|
||||
|
||||
.button {
|
||||
@include outer_shadow();
|
||||
|
||||
position: relative;
|
||||
height: $input_height;
|
||||
border: none;
|
||||
|
@ -34,12 +36,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
filter: grayscale(0);
|
||||
|
||||
transition: opacity 0.25s, filter 0.25s, box-shadow 0.25s, background-color 0.5s;
|
||||
opacity: 0.8;
|
||||
|
||||
@include outer_shadow();
|
||||
|
||||
input {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue