mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
refactor: modal
This commit is contained in:
parent
be457e33f7
commit
4117841598
23 changed files with 23 additions and 32 deletions
|
@ -127,7 +127,6 @@
|
|||
|
||||
// Modal (<dialog>)
|
||||
--modal-overlay-background-color: #{rgba(mix($grey-900, $grey-800), 0.8)};
|
||||
--modal-overlay-backdrop-filter: blur(0.25rem);
|
||||
|
||||
// Progress
|
||||
--progress-background-color: #{mix($grey-900, $grey-800)};
|
||||
|
|
|
@ -127,7 +127,6 @@
|
|||
|
||||
// Modal (<dialog>)
|
||||
--modal-overlay-background-color: #{rgba($grey-100, 0.7)};
|
||||
--modal-overlay-backdrop-filter: blur(0.25rem);
|
||||
|
||||
// Progress
|
||||
--progress-background-color: #{$grey-100};
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
|
||||
// Transitions
|
||||
--transition: 0.2s ease-in-out;
|
||||
|
||||
// Modal (<dialog>)
|
||||
--modal-overlay-backdrop-filter: blur(0.25rem);
|
||||
}
|
||||
|
||||
// Responsives spacings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue