Style: Modal

This commit is contained in:
Lucas Larroche 2021-11-08 00:02:42 +07:00
parent c66f9911e2
commit 5bb7346728
3 changed files with 133 additions and 51 deletions

View file

@ -111,7 +111,7 @@
--card-sectionning-background-color: #{mix($grey-50, $white, 25%)};
// Modal (<dialog>)
--modal-overlay-background-color: #{rgba($grey-900, 0.9)};
--modal-overlay-background-color: #{rgba($grey-100, 0.8)};
// Progress
--progress-background-color: #{$grey-100};