mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Navigation search improvement
This commit is contained in:
parent
4fc2d1d0a0
commit
d6f9402128
@ -9,6 +9,11 @@ $footer-background: $chill-dark-gray;
|
|||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
$navigation-background: $dark-grey;
|
$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
|
// Form
|
||||||
|
@ -26,14 +26,16 @@
|
|||||||
input[type=search] {
|
input[type=search] {
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
color: $chill-light-gray;
|
color: $chill-light-gray;
|
||||||
background-color: $chill-blue;
|
background-color: $chill-blue;
|
||||||
position: relative;
|
padding: 0 0 0 5px;
|
||||||
left: unset;
|
float: left;
|
||||||
top: unset;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user