Update use of the bergamot widget

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2023-12-21 17:26:19 -08:00
parent 5c83f234c6
commit a83268a6e3
3 changed files with 45 additions and 9 deletions

View File

@@ -7,8 +7,10 @@
.bergamot-section-heading {
margin-bottom: 0.5em;
font-family: sans-serif;
font-weight: normal;
font-family: $font-body;
font-style: normal;
font-weight: bold;
font-size: 1.25em;
}
.bergamot-section {
@@ -41,6 +43,14 @@
flex-basis: 0;
}
.bergamot-rule-section {
.bergamot-rule-section-name {
text-align: center;
margin: 0.25em;
font-weight: bold;
}
}
.bergamot-selector {
button {
@include var(background-color, background-color);