6 lines
47 B
SCSS
6 lines
47 B
SCSS
|
table {
|
||
|
@extend .table;
|
||
|
|
||
|
margin: 3rem 0;
|
||
|
}
|