mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
style: modal
This commit is contained in:
parent
d7d11308af
commit
32f65f1f64
12 changed files with 24 additions and 17 deletions
|
@ -103,7 +103,7 @@
|
|||
--pico-dropdown-color: var(--pico-color);
|
||||
--pico-dropdown-hover-background-color: #eff1f4;
|
||||
--pico-loading-spinner-opacity: 0.5;
|
||||
--pico-modal-overlay-background-color: rgba(239, 241, 244, 0.7);
|
||||
--pico-modal-overlay-background-color: rgba(232, 234, 237, 0.75);
|
||||
--pico-progress-background-color: #dfe3eb;
|
||||
--pico-progress-color: var(--pico-primary-background);
|
||||
--pico-tooltip-background-color: var(--pico-contrast-background);
|
||||
|
@ -233,7 +233,7 @@
|
|||
--pico-dropdown-color: var(--pico-color);
|
||||
--pico-dropdown-hover-background-color: #202632;
|
||||
--pico-loading-spinner-opacity: 0.5;
|
||||
--pico-modal-overlay-background-color: rgba(8, 9, 10, 0.85);
|
||||
--pico-modal-overlay-background-color: rgba(8, 9, 10, 0.75);
|
||||
--pico-progress-background-color: #202632;
|
||||
--pico-progress-color: var(--pico-primary-background);
|
||||
--pico-tooltip-background-color: var(--pico-contrast-background);
|
||||
|
@ -356,7 +356,7 @@
|
|||
--pico-dropdown-color: var(--pico-color);
|
||||
--pico-dropdown-hover-background-color: #202632;
|
||||
--pico-loading-spinner-opacity: 0.5;
|
||||
--pico-modal-overlay-background-color: rgba(8, 9, 10, 0.85);
|
||||
--pico-modal-overlay-background-color: rgba(8, 9, 10, 0.75);
|
||||
--pico-progress-background-color: #202632;
|
||||
--pico-progress-color: var(--pico-primary-background);
|
||||
--pico-tooltip-background-color: var(--pico-contrast-background);
|
||||
|
@ -2164,9 +2164,11 @@ dialog article > header .close {
|
|||
dialog article > footer {
|
||||
text-align: right;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
dialog article > footer button:not(:first-of-type),
|
||||
dialog article > footer [role=button]:not(:first-of-type) {
|
||||
margin-left: calc(var(--pico-spacing) * 0.5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue