Merge branch 'dev' into gridless

This commit is contained in:
Lucas Larroche 2021-12-31 13:10:35 +07:00 committed by GitHub
commit 2efc9ada25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 3346 additions and 116 deletions

View file

@ -59,6 +59,9 @@
--form-element-spacing-vertical: 0.75rem;
--form-element-spacing-horizontal: 1rem;
// Font weight for form labels & fieldsets legend
--form-label-font-weight: var(--font-weight);
// Transitions
--transition: 0.2s ease-in-out;
}
@ -149,9 +152,11 @@ a {
--text-decoration: none;
// Secondary & Contrast
&.secondary,
&.contrast {
--text-decoration: underline;
@if $enable-classes {
&.secondary,
&.contrast {
--text-decoration: underline;
}
}
}