14 lines
240 B
SCSS
14 lines
240 B
SCSS
@mixin fuse-countdown-theme($theme) {
|
|
$foreground: map-get($theme, foreground);
|
|
|
|
fuse-countdown {
|
|
.fuse-countdown {
|
|
.time {
|
|
.title {
|
|
color: map-get($foreground, secondary-text);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|