mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +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;
|
$footer-background: $chill-dark-gray;
|
||||||
|
|
||||||
// Navigation
|
// 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;
|
color: $chill-light-gray;
|
||||||
background-color: $chill-blue;
|
background-color: $chill-blue;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
left: unset;
|
||||||
|
top: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user