mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Revert "Merge branch 'master' into dev"
This reverts commit6a6d67dbab
, reversing changes made toba4bd765d8
.
This commit is contained in:
parent
6a6d67dbab
commit
41314ab4b0
83 changed files with 2367 additions and 1839 deletions
34
docs/scss/components/_modal.scss
Normal file
34
docs/scss/components/_modal.scss
Normal file
|
@ -0,0 +1,34 @@
|
|||
/**
|
||||
* Docs: Modal
|
||||
*/
|
||||
|
||||
dialog.example {
|
||||
display: block;
|
||||
z-index: inherit;
|
||||
position: relative;
|
||||
top: inherit;
|
||||
right: inherit;
|
||||
bottom: inherit;
|
||||
left: inherit;
|
||||
align-items: inherit;
|
||||
justify-content: inherit;
|
||||
width: inherit;
|
||||
min-width: inherit;
|
||||
height: inherit;
|
||||
min-height: inherit;
|
||||
padding: 0;
|
||||
background-color:inherit;
|
||||
|
||||
article {
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
&:not([open]),
|
||||
&[open=false] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-is-open body > button {
|
||||
filter: blur(0.125rem);
|
||||
}
|
|
@ -26,8 +26,8 @@
|
|||
currentColor 50%,
|
||||
transparent 50%
|
||||
);
|
||||
vertical-align: bottom;
|
||||
content: "";
|
||||
vertical-align: bottom;
|
||||
transition: transform var(--transition);
|
||||
}
|
||||
|
||||
|
@ -36,8 +36,8 @@
|
|||
max-width: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
font-size: 0.875rem;
|
||||
font-style: normal;
|
||||
font-size: 0.875rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue