search, filters, links, bug fix, misc, ALPHA

This commit is contained in:
2020-07-17 19:14:18 +02:00
parent 4c2288cf97
commit fb4cb676ac
7 changed files with 143 additions and 113 deletions
+11 -9
View File
@@ -496,7 +496,7 @@ footer[role="tools"]{
z-index: 9;
background-color: $gris;
padding:1.2em $side-padding;
max-height: $list-item-h * 3;
max-height: $list-item-h * 5;
@include accordeon-transition($list-item-h * 3);
>header{
.search-keys{
@@ -538,18 +538,20 @@ footer[role="tools"]{
article.result.item{
header{
h1{
font-size: 0.882em;
font-weight: normal;
margin:0 0 0.5em 0;
@include title3black;
font-weight: 600;
}
h2{
@include title3black;
}
}
.extract{
p{
font-size: 0.882em;
margin:0;
}
.preview{
font-size: 0.882em;
margin:0;
code{
@include fontserif;
background-color: lighten(desaturate($rouge,20%), 20%);
padding:0 0.2em;
}
}
}