mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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-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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user