diff --git a/scss/themes/default/_styles.scss b/scss/themes/default/_styles.scss index e2687e98d..f7501faa7 100644 --- a/scss/themes/default/_styles.scss +++ b/scss/themes/default/_styles.scss @@ -35,16 +35,18 @@ } } - // Borders - #{$css-var-prefix}border-radius: 0.25rem; - #{$css-var-prefix}border-width: 0.0625rem; - #{$css-var-prefix}outline-width: 0.125rem; + & { + // Borders + #{$css-var-prefix}border-radius: 0.25rem; + #{$css-var-prefix}border-width: 0.0625rem; + #{$css-var-prefix}outline-width: 0.125rem; - // Transitions - #{$css-var-prefix}transition: 0.2s ease-in-out; + // Transitions + #{$css-var-prefix}transition: 0.2s ease-in-out; - // Spacings - #{$css-var-prefix}spacing: 1rem; + // Spacings + #{$css-var-prefix}spacing: 1rem; + } // Spacings for typography elements @if map.get($modules, "content/typography") {