Files
awx/awx/ui/client/src/system-tracking/fact-module-pickers.block.less
2016-04-11 09:38:24 -04:00

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;
}