7 lines
64 B
SCSS
Raw Normal View History

p,span {
font-size: 16px;
&.warning {
color: $red;
}
}