nicer text placement in pills
This commit is contained in:
@@ -185,9 +185,15 @@
|
|||||||
font-size: var(--font-size-xs);
|
font-size: var(--font-size-xs);
|
||||||
font-family: var(--font-main);
|
font-family: var(--font-main);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
@supports (text-box-trim: trim-both) {
|
||||||
|
text-box-trim: trim-both;
|
||||||
|
text-box-edge: cap alphabetic;
|
||||||
|
padding-block: 0.25em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.moreDates {
|
.moreDates {
|
||||||
color: var(--color-goldenBeige);
|
color: var(--color-goldenBeige);
|
||||||
background: var(--color-deepBrick);
|
background: var(--color-deepBrick);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -348,6 +348,12 @@ select {
|
|||||||
font-size: var(--font-size-caption);
|
font-size: var(--font-size-caption);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
@supports (text-box-trim: trim-both) {
|
||||||
|
text-box-trim: trim-both;
|
||||||
|
text-box-edge: cap alphabetic;
|
||||||
|
padding-block: 0.4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.blockContent {
|
.blockContent {
|
||||||
|
|||||||
Reference in New Issue
Block a user