summaryrefslogtreecommitdiffstats
path: root/src/styles/components/_subtitle.scss
blob: e9a40bbb8175e6d346af6db83c01842a0185635d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@use "pkg:iro-sass/bem";
@use "pkg:iro-sass/props";
@use "pkg:iro-design" as iro;

@mixin styles {
	@include bem.component("subtitle") {
		margin-block-start: props.get(iro.$s-implicit--paragraph--margin-bs);
		color: props.get(iro.$core--theme, --text-mute-more);
		font-size: props.get(iro.$core--font-size--300);
	}
}