Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danalvrz committed Dec 12, 2024
1 parent dcbc0ad commit fb11d24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/volto-light-theme/src/theme/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@

.field.color {
.wrapper {
margin-top: 10px;
flex-grow: 1 !important;
min-height: 40px;
flex-grow: 1 !important;
margin-top: 10px;

&:has(+ .color-contrast-label) {
border-bottom: none;
}

&:not(:has([class^='fieldset-'])) {
margin-top: 10px;
align-items: start;
margin-top: 10px;
}
}
.eight.wide.column {
Expand All @@ -54,16 +54,16 @@
}

label.color-contrast-label {
font-size: 0.7rem;
border-bottom: 1px solid #edf1f2;
font-size: 0.7rem;
a {
font-size: 0.4rem;
padding: 0.1rem 0.25rem;
border: 1px solid var(--link-foreground-color);
border-radius: 100%;
margin: 0;
vertical-align: super;
margin-left: 4px;
font-size: 0.4rem;
vertical-align: super;
}

&.red {
Expand Down

0 comments on commit fb11d24

Please sign in to comment.