mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 20:19:20 +00:00
15 lines
253 B
Stylus
15 lines
253 B
Stylus
@import '../config.styl'
|
|
|
|
.fieldset
|
|
border-radius 8px
|
|
border 2px solid var(--gray-500)
|
|
transition all $transition
|
|
margin 0
|
|
|
|
> legend
|
|
font-weight 600
|
|
transition all $transition
|
|
padding 0 4px
|
|
@media (prefers-color-scheme dark)
|
|
color white
|