10 lines
180 B
SCSS
10 lines
180 B
SCSS
|
|
/* global style scss */
|
||
|
|
// 左间距-行内文字
|
||
|
|
.margin-left-text {
|
||
|
|
margin-left: $margin-text;
|
||
|
|
}
|
||
|
|
// 右间距-行内文字
|
||
|
|
.margin-right-text {
|
||
|
|
margin-right: $margin-text;
|
||
|
|
}
|