mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
style: modal
This commit is contained in:
parent
d7d11308af
commit
32f65f1f64
12 changed files with 24 additions and 17 deletions
|
@ -64,6 +64,7 @@
|
|||
> footer {
|
||||
text-align: right;
|
||||
|
||||
button,
|
||||
[role="button"] {
|
||||
margin-bottom: 0;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue