Sha256: 4de268abe6117aade5df2b8ff544dfc002b804d378abca02c3c7c490f30d7d8c
Contents?: true
Size: 825 Bytes
Versions: 3
Compression:
Stored size: 825 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; } } .dropdown-menu li .disabled { @extend .text-muted; padding: 1px 10px; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bastion-3.4.2 | app/assets/stylesheets/bastion/overrides.scss |
bastion-3.4.1 | app/assets/stylesheets/bastion/overrides.scss |
bastion-3.4.0 | app/assets/stylesheets/bastion/overrides.scss |