mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
9d21736e9f
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
28 lines
430 B
SCSS
28 lines
430 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%radio-group {
|
|
overflow: hidden;
|
|
}
|
|
%radio-group label {
|
|
float: left;
|
|
}
|
|
%radio-group label > span {
|
|
float: right;
|
|
}
|
|
%radio-group {
|
|
padding-left: 1px;
|
|
}
|
|
%radio-group label:not(:last-child) {
|
|
margin-right: 25px;
|
|
}
|
|
%radio-group label > span {
|
|
margin-left: 1em;
|
|
}
|
|
%radio-group label,
|
|
%radio-group label > span {
|
|
margin-bottom: 0 !important;
|
|
}
|