Added and internalized Pico theme for customization
This commit is contained in:
parent
8e7f72ce8b
commit
8c90bb2dfc
71 changed files with 4587 additions and 0 deletions
47
themes/pico/sass/css/_search.scss
Normal file
47
themes/pico/sass/css/_search.scss
Normal file
|
@ -0,0 +1,47 @@
|
|||
#sResults {
|
||||
position: relative;
|
||||
}
|
||||
.search-results {
|
||||
display: none;
|
||||
border-radius: .3em;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
right: 25em;
|
||||
width: 450px;
|
||||
background-color: var(--bg-color);
|
||||
border: 1px solid var(--hover-color);
|
||||
position: absolute;
|
||||
z-index: 990;
|
||||
opacity: .95;
|
||||
&__items {
|
||||
list-style: none;
|
||||
z-index: 991;
|
||||
}
|
||||
h4 {
|
||||
padding: 0;
|
||||
}
|
||||
.teaser {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
li {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
z-index: 998;
|
||||
&:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__item {
|
||||
list-style: none;
|
||||
display: block;
|
||||
z-index: 999;
|
||||
padding: 1em;
|
||||
border-bottom: 1px solid var(--hover-color);
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue