mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
24 lines
409 B
SCSS
24 lines
409 B
SCSS
@import "../core/index-noreset.scss";
|
|
@import "scss/mixin";
|
|
@import "scss/variable";
|
|
|
|
#{$paragraph-prefix} {
|
|
color: $paragraph-text-color;
|
|
|
|
&-short {
|
|
line-height: $paragraph-s-line-height;
|
|
}
|
|
|
|
&-long {
|
|
line-height: $paragraph-l-line-height;
|
|
}
|
|
|
|
&-small {
|
|
font-size: $paragraph-s-font-size;
|
|
}
|
|
|
|
&-medium {
|
|
font-size: $paragraph-m-font-size;
|
|
}
|
|
}
|