mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
24 lines
356 B
CSS
24 lines
356 B
CSS
#page_slots_demo {
|
|
display: flex;
|
|
flex-flow: column;
|
|
gap: 1em;
|
|
margin-bottom: var(--wa-space-xl);
|
|
|
|
fieldset .options {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(9em, 1fr));
|
|
gap: 0.2em 1em;
|
|
|
|
wa-checkbox {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
p {
|
|
display: contents;
|
|
}
|
|
}
|
|
|
|
wa-viewport-demo {
|
|
}
|
|
}
|