2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2018-08-29 11:11:58 +00:00
|
|
|
@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;
|
|
|
|
}
|