diff options
Diffstat (limited to 'src/components/atoms/layout/section.module.scss')
| -rw-r--r-- | src/components/atoms/layout/section.module.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/components/atoms/layout/section.module.scss b/src/components/atoms/layout/section.module.scss deleted file mode 100644 index 8a33848..0000000 --- a/src/components/atoms/layout/section.module.scss +++ /dev/null @@ -1,25 +0,0 @@ -@use "../../../styles/abstracts/functions" as fun; -@use "../../../styles/abstracts/placeholders"; - -.wrapper { - @extend %grid; - - padding: var(--spacing-md) 0; - - &--borders { - border-bottom: fun.convert-px(1) solid var(--color-border); - } - - &--dark { - background: var(--color-bg-secondary); - } - - &--light { - background: var(--color-bg); - } -} - -.body, -.title { - grid-column: 2; -} |
