feat: support for dropdown with label

This commit is contained in:
Lucas Larroche 2023-04-09 12:01:33 +07:00
parent 021899557b
commit 4f2f597f9f
4 changed files with 11 additions and 2 deletions

View file

@ -230,4 +230,9 @@
cursor: default;
}
}
// Label
//
label > details.dropdown {
margin-top: calc(var(#{$}spacing) * 0.25);
}
}