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

fix input radius

This commit is contained in:
Fedor Katurov 2025-02-10 15:00:09 +07:00
parent 6f2715a9ae
commit 16689ae3a6
3 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
background: $input_bg_color;
min-height: $input_height;
border-radius: $radius;
border-radius: $input_radius;
position: relative;
color: $input_text_color;
font: $input_font;