Generate media popup on the fly

This commit is contained in:
2026-04-24 18:17:55 +02:00
parent 64cacaf16e
commit 24021bf60f
2 changed files with 35 additions and 23 deletions

View File

@@ -52,12 +52,18 @@
.#{variables.$fa-css-prefix}-stack-2x {
color: color.$message-flashy;
}
.#{variables.$fa-css-prefix}-stack-1x {
color: color.$message;
}
}
&.media {
.#{variables.$fa-css-prefix}-stack-2x {
color: color.$media-flashy;
}
.#{variables.$fa-css-prefix}-stack-1x {
color: color.$media;
}
}
&.track {