mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fix input radius
This commit is contained in:
parent
6f2715a9ae
commit
16689ae3a6
3 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
background: none;
|
||||
padding: 0 $gap 0 $gap;
|
||||
font: $font_14_semibold;
|
||||
border-radius: $radius;
|
||||
border-radius: $input_radius;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -30,6 +30,7 @@ $cell_radius: $radius;
|
|||
$panel_radius: $radius;
|
||||
$dialog_radius: $radius * 2;
|
||||
$placeholder_bg: $gray_90;
|
||||
$input_radius: #{$radius / 2};
|
||||
|
||||
$info_height: 24px;
|
||||
$limited_width: 940px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue