4 lines
78 B
SCSS
4 lines
78 B
SCSS
|
.card {
|
||
|
margin-bottom: map-get($spacers, 3);
|
||
|
box-shadow: $box-shadow-sm;
|
||
|
}
|