mirror of https://github.com/status-im/consul.git
8 lines
85 B
CSS
8 lines
85 B
CSS
|
fieldset {
|
||
|
border: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
label span {
|
||
|
@extend %user-select-none;
|
||
|
}
|