mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 21:27:20 +00:00
11 lines
122 B
CSS
11 lines
122 B
CSS
body {
|
|
background-color: $white;
|
|
}
|
|
fieldset {
|
|
border: 0;
|
|
width: 100%;
|
|
}
|
|
label span {
|
|
@extend %user-select-none;
|
|
}
|