1
0
Fork 0
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:
Fedor Katurov 2022-01-11 11:37:33 +07:00
parent d31c18b06d
commit a454b16fc9
3 changed files with 6 additions and 37 deletions

View file

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