Skip to content

Commit 43510be

Browse files
Add variable for inputs border width
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
1 parent 6a4e12d commit 43510be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/css/variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ $color-border: nc-darken($color-main-background, 7%) !default;
9090
// darker border like inputs or very visible elements
9191
$color-border-dark: nc-darken($color-main-background, 14%) !default;
9292

93+
// Border width for input elements such as text fields and selects
94+
$input-border-width: 1px !default;
9395
$border-radius: 3px !default;
9496
$border-radius-large: 10px !default;
9597
// Pill-style button, value is large so big buttons also have correct roundness

0 commit comments

Comments
 (0)