diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
| commit | c1e28224aa2e1450031669d9a7e359b63e04687d (patch) | |
| tree | 68f3d8905c763a91f68001d868197effa92adafa /src/styles/components/_subtitle.scss | |
| download | corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.gz corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.bz2 corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.zip | |
Init
Diffstat (limited to 'src/styles/components/_subtitle.scss')
| -rw-r--r-- | src/styles/components/_subtitle.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/styles/components/_subtitle.scss b/src/styles/components/_subtitle.scss new file mode 100644 index 0000000..e9a40bb --- /dev/null +++ b/src/styles/components/_subtitle.scss | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | @use "pkg:iro-sass/bem"; | ||
| 2 | @use "pkg:iro-sass/props"; | ||
| 3 | @use "pkg:iro-design" as iro; | ||
| 4 | |||
| 5 | @mixin styles { | ||
| 6 | @include bem.component("subtitle") { | ||
| 7 | margin-block-start: props.get(iro.$s-implicit--paragraph--margin-bs); | ||
| 8 | color: props.get(iro.$core--theme, --text-mute-more); | ||
| 9 | font-size: props.get(iro.$core--font-size--300); | ||
| 10 | } | ||
| 11 | } | ||
