mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
feat: support for dropdown with label
This commit is contained in:
parent
021899557b
commit
4f2f597f9f
4 changed files with 11 additions and 2 deletions
|
@ -230,4 +230,9 @@
|
|||
cursor: default;
|
||||
}
|
||||
}
|
||||
// Label
|
||||
// ––––––––––––––––––––
|
||||
label > details.dropdown {
|
||||
margin-top: calc(var(#{$✨}spacing) * 0.25);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue