mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Form style
This commit is contained in:
parent
d3d572567e
commit
fb15bd336c
@ -8,4 +8,11 @@ $footer-vertical-padding: 20px;
|
||||
$footer-background: $chill-dark-gray;
|
||||
|
||||
// Navigation
|
||||
$navigation-background: $dark-grey;
|
||||
$navigation-background: $dark-grey;
|
||||
|
||||
|
||||
// Form
|
||||
$form-border-color: $black;
|
||||
$form-border-color-hover: $black;
|
||||
$form-border-color-focus: $black;
|
||||
$form-border-size: 2px;
|
@ -30,6 +30,8 @@
|
||||
color: $chill-light-gray;
|
||||
background-color: $chill-blue;
|
||||
position: relative;
|
||||
left: unset;
|
||||
top: unset;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user