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

fixed comment form shadows

This commit is contained in:
Fedor Katurov 2021-09-22 15:06:17 +07:00
parent e0077cdaf9
commit c6aa2139e0

View file

@ -10,14 +10,14 @@
} }
.input { .input {
@include row_shadow;
position: relative; position: relative;
flex: 1; flex: 1;
padding: 5px; padding: 5px;
} }
.buttons { .buttons {
@include inner_shadow;
position: relative; position: relative;
z-index: 1; z-index: 1;
display: grid; display: grid;