mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 01:51:49 -05:00
39 lines
766 B
Plaintext
39 lines
766 B
Plaintext
// /** @define FactModulePickers */
|
|
//
|
|
// .FactModulePickers {
|
|
// //width: 100%;
|
|
// display: flex;
|
|
// margin-bottom: 15px;
|
|
//
|
|
// &-dateContainer {
|
|
// flex: 1 0 auto;
|
|
// display: flex;
|
|
// flex-direction: column
|
|
// }
|
|
//
|
|
// &-dateContainer--left {
|
|
// margin-right: 7px;
|
|
// }
|
|
//
|
|
// &-dateContainer--right {
|
|
// margin-left: 7px;
|
|
// }
|
|
//
|
|
// &-label {
|
|
// flex: 1 0 auto;
|
|
// font-weight: 700;
|
|
// padding-bottom: 5px;
|
|
// }
|
|
// }
|
|
|
|
@import "../../shared/branding/colors.default.less";
|
|
|
|
.FactModulePickers-label {
|
|
padding-right: 0;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
color: @default-interface-txt;
|
|
line-height: 17px;
|
|
}
|