mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
Navigation search improvement
This commit is contained in:
@@ -9,6 +9,11 @@ $footer-background: $chill-dark-gray;
|
||||
|
||||
// Navigation
|
||||
$navigation-background: $dark-grey;
|
||||
$navigation-first-padding-top: 0;
|
||||
$navigation-last-padding-bottom: 0;
|
||||
$navigation-color: white;
|
||||
$navigation-color-hover: white;
|
||||
$navigation-padding: 0;
|
||||
|
||||
|
||||
// Form
|
||||
|
@@ -26,14 +26,16 @@
|
||||
input[type=search] {
|
||||
padding: 0.2em;
|
||||
float: left;
|
||||
|
||||
border: none;
|
||||
}
|
||||
|
||||
button {
|
||||
color: $chill-light-gray;
|
||||
background-color: $chill-blue;
|
||||
position: relative;
|
||||
left: unset;
|
||||
top: unset;
|
||||
padding: 0 0 0 5px;
|
||||
float: left;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user