2019-09-16 15:23:41 +09:00

16 lines
271 B
SCSS

@mixin ui-cards-theme($theme) {
$foreground: map-get($theme, foreground);
app-alert-config {
.content {
&.source {
.cards {
.card {
border-bottom-color: map-get($foreground, divider);
}
}
}
}
}
}