5 lines
71 B
SCSS
5 lines
71 B
SCSS
|
.toast {
|
||
|
@include panel($card-smallpad);
|
||
|
padding:$card-smallpad;
|
||
|
}
|