targets #16
This commit is contained in:
parent
5ba62cbf3f
commit
0d1e0eff4c
1 changed files with 41 additions and 0 deletions
|
@ -429,6 +429,47 @@ body.search-results {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// search no-results (e.g. https://blog.natenom.com/?s=searchdddddd)
|
||||||
|
//
|
||||||
|
|
||||||
|
body.search-no-results {
|
||||||
|
main {
|
||||||
|
header.archive-header {
|
||||||
|
.archive-header-inner {
|
||||||
|
h1.archive-title {
|
||||||
|
.color-accent {
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.no-search-results-form {
|
||||||
|
form.search-form {
|
||||||
|
label {
|
||||||
|
input.search-field {
|
||||||
|
background: rgb(37, 45, 57);
|
||||||
|
border: 0;
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
input.search-submit {
|
||||||
|
background: $nom-blue;
|
||||||
|
color: rgb(245, 245, 255);
|
||||||
|
font-weight: initial;
|
||||||
|
margin-left: 0;
|
||||||
|
text-transform: none;
|
||||||
|
transition: background .2s;
|
||||||
|
&:hover {
|
||||||
|
background: $nom-blue-dark;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// lightbox plugin
|
// lightbox plugin
|
||||||
//
|
//
|
||||||
|
|
Reference in a new issue