c7d89f364d
* Begin refactoring CSS into component folders. Moved most components into layout/skin folders, left out a couple of ones I want to think about more. * Adjust grays based on recent Structure changes * Switch to fullscreen layout for lists and detail, left aligned forms (#4435) * Specifically use the 'actions_close' label, not just the :last-child (actions-group) * Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
24 lines
467 B
SCSS
24 lines
467 B
SCSS
@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;
|
|
}
|