New style initial
This commit is contained in:
@@ -28,13 +28,44 @@ mark {
|
||||
font-family: var(--font-family-ui) !important;
|
||||
font-size: var(--step--2) !important;
|
||||
font-variation-settings: var(--font-variation-ui) !important;
|
||||
letter-spacing: var(--ui-letter-spacing) !important;
|
||||
letter-spacing: var(--wide-letter-spacing) !important;
|
||||
margin: var(--space-xs) 0 0 0 !important;
|
||||
padding: 0 var(--space-xs) !important;
|
||||
text-transform: uppercase !important;
|
||||
transition: var(--transition-normal) !important;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
.pagefind-ui__results-area {
|
||||
.pagefind-ui__message {
|
||||
font-family: var(--font-family-ui);
|
||||
font-size: var(--step--2);
|
||||
font-variation-settings: "wght" 500;
|
||||
letter-spacing: var(--wide-letter-spacing);
|
||||
padding-top: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.pagefind-ui__results {
|
||||
& .pagefind-ui__result {
|
||||
& .pagefind-ui__result-inner {
|
||||
& .pagefind-ui__result-excerpt {
|
||||
font-size: var(--step-0);
|
||||
line-height: calc(var(--step-0) * 0.5 + var(--step-0));
|
||||
}
|
||||
& .pagefind-ui__result-title {
|
||||
font-family: var(--font-family-ui);
|
||||
font-size: var(--step--1);
|
||||
font-variation-settings: "wght" 700;
|
||||
letter-spacing: var(--wide-letter-spacing);
|
||||
line-height: calc(var(--step--1) * 0.5 + var(--step--1));
|
||||
text-transform: uppercase;
|
||||
& a[href] {
|
||||
color: var(--contrast-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pagefind-ui__search-clear {
|
||||
font-family: var(--meta-font-family) !important;
|
||||
|
||||
Reference in New Issue
Block a user