Sha256: a7257529dce270982ea4a2da37527eb0b7db12734a803424dbc5f217e710b2f9
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
// Bootstrap overrides @import "patternfly"; .filter-option label { font-weight: normal; } .alert { margin: 10px; ul { list-style: none; } p { margin-bottom: 0; } div { display: inline; } } // 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bastion-3.2.1 | app/assets/stylesheets/bastion/overrides.scss |