5 lines
54 B
SCSS
5 lines
54 B
SCSS
|
.dotted {
|
||
|
border-style: dashed;
|
||
|
margin: 2rem 0;
|
||
|
}
|