2022-11-19 16:54:25 +01:00
|
|
|
#header {
|
|
|
|
background: $header-bg;
|
|
|
|
}
|
2022-11-19 16:58:10 +01:00
|
|
|
|
|
|
|
.searchbox {
|
2022-11-19 16:58:55 +01:00
|
|
|
border: 2px solid lighten($header-bg, 10%);
|
|
|
|
background: darken($header-bg, 10%);
|
2022-11-19 16:58:10 +01:00
|
|
|
border-radius: 4px;
|
2022-11-19 17:02:08 +01:00
|
|
|
|
|
|
|
label {
|
|
|
|
color: rgba(200, 200, 200, 0.8)
|
|
|
|
}
|
2022-11-19 19:08:22 +01:00
|
|
|
|
|
|
|
input {
|
|
|
|
color: $white
|
|
|
|
}
|
2022-11-19 16:58:10 +01:00
|
|
|
}
|