UNPKG

409 BSCSSView Raw
1@import "../core/index-noreset.scss";
2@import "scss/mixin";
3@import "scss/variable";
4
5#{$paragraph-prefix} {
6 color: $paragraph-text-color;
7
8 &-short {
9 line-height: $paragraph-s-line-height;
10 }
11
12 &-long {
13 line-height: $paragraph-l-line-height;
14 }
15
16 &-small {
17 font-size: $paragraph-s-font-size;
18 }
19
20 &-medium {
21 font-size: $paragraph-m-font-size;
22 }
23}