8 lines
85 B
CSS
8 lines
85 B
CSS
|
fieldset {
|
||
|
border: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
label span {
|
||
|
@extend %user-select-none;
|
||
|
}
|