7 lines
64 B
SCSS
7 lines
64 B
SCSS
![]() |
p,span {
|
||
|
font-size: 16px;
|
||
|
|
||
|
&.warning {
|
||
|
color: $red;
|
||
|
}
|
||
|
}
|