made .box look better on newer themes; updated readme.md to add new themes; modularized blog sass some
This commit is contained in:
parent
c59659ca1d
commit
800363c6ab
15 changed files with 143 additions and 123 deletions
26
sass/_blog/_search-results.scss
Normal file
26
sass/_blog/_search-results.scss
Normal file
|
@ -0,0 +1,26 @@
|
|||
.search-results {
|
||||
display: none;
|
||||
max-height: 35rem;
|
||||
overflow: auto;
|
||||
|
||||
@include desktop {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
width: 50rem;
|
||||
right: 0;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.search-results__items>li {
|
||||
list-style: none;
|
||||
margin-top: 1rem;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input#search::placeholder {
|
||||
color: $grey-darker;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue