Ronald 9d21736e9f
Add UI copyright headers files (#16614)
* Add copyright headers to UI files

* Ensure copywrite file ignores external libs
2023-03-14 09:18:55 -04:00

29 lines
545 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
@media #{$--horizontal-selects} {
%expanded-single-select {
display: flex;
}
%expanded-single-select label {
flex-grow: 1;
}
}
%expanded-single-select input[type='radio'] {
display: none;
}
%expanded-single-select label,
%expanded-single-select label span {
display: block;
}
%expanded-single-select,
%expanded-single-select label,
%expanded-single-select label span {
height: 100%;
}
%expanded-single-select label span {
padding: 5px 14px;
}