style: modal

This commit is contained in:
Lucas Larroche 2023-03-25 12:35:22 +07:00
parent d7d11308af
commit 32f65f1f64
12 changed files with 24 additions and 17 deletions

View file

@ -64,6 +64,7 @@
> footer {
text-align: right;
button,
[role="button"] {
margin-bottom: 0;

View file

@ -183,7 +183,7 @@
// Modal (<dialog>)
@if map.get($modules, "components/modal") {
#{$✨}modal-overlay-background-color: #{rgba(mix($black, $zinc-950), 0.85)};
#{$✨}modal-overlay-background-color: #{rgba(mix($black, $zinc-950), 0.75)};
}
// Progress

View file

@ -183,7 +183,7 @@
// Modal (<dialog>)
@if map.get($modules, "components/modal") {
#{$✨}modal-overlay-background-color: #{rgba($slate-50, 0.7)};
#{$✨}modal-overlay-background-color: #{rgba(mix($zinc-100, $zinc-50), 0.75)};
}
// Progress