mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Build CSS
This commit is contained in:
parent
ddf41a191a
commit
951aae3801
77 changed files with 7702 additions and 7702 deletions
|
@ -1,26 +1,26 @@
|
|||
@use "sass:map";
|
||||
@use "../settings" as *;
|
||||
|
||||
@if map.get($modules, "components/popover") {
|
||||
#{$parent-selector} [popover] {
|
||||
border-color: var(#{$css-var-prefix}primary);
|
||||
|
||||
&:popover-open {
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
&::backdrop {
|
||||
backdrop-filter: blur(3px);
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
button {
|
||||
margin-top: -10px;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
background: transparent;
|
||||
color: var(#{$css-var-prefix}primary);
|
||||
font-size: 1.5em;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
@use "sass:map";
|
||||
@use "../settings" as *;
|
||||
|
||||
@if map.get($modules, "components/popover") {
|
||||
#{$parent-selector} [popover] {
|
||||
border-color: var(#{$css-var-prefix}primary);
|
||||
|
||||
&:popover-open {
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
&::backdrop {
|
||||
backdrop-filter: blur(3px);
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
button {
|
||||
margin-top: -10px;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
background: transparent;
|
||||
color: var(#{$css-var-prefix}primary);
|
||||
font-size: 1.5em;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue