Sha256: 5700e02b2b018a16d98cb6ed1a676c5941e1451b2eb85a5765041929f16986ff
Contents?: true
Size: 908 Bytes
Versions: 22
Compression:
Stored size: 908 Bytes
Contents
// Bootstrap overrides .filter-option label { font-weight: normal; } // FontAwesome overrides @FontAwesomePath: "../../../../bastion/font-awesome"; @font-path: "../../bastion/patternfly"; @fa-font-path: "/assets/bastion/font-awesome/"; @icon-font-path: "/assets/bastion/bootstrap/"; .alert { margin: 10px; ul { list-style: none; } p { margin-bottom: 0; } } // Patternfly Overrides @table-cell-padding-top: 5px; @table-cell-padding-bottom: 5px; // Foreman Core Overrides table { margin-bottom: 0 !important; } .table th { background: inherit; } ul { -webkit-padding-start: 0; -moz-padding-start: 0; padding-start: 0; } // Prevent Foreman editable icon from bleeding into our pages .editable { background: inherit; padding: 0; } .breadcrumb > .active a { color: @breadcrumb-active-color; } .wizard li { &:not(:first-child) span { padding-left: 15px; } }
Version data entries
22 entries across 22 versions & 1 rubygems