Sha256: e6e59515ea32304048acde5eef0ea4dbc2d721b812f93f5a5d16bfef3d241b14
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
@import "patternfly/variables"; .filter-option label { font-weight: normal; } .alert ul { list-style: none; } // Patternfly Overrides $table-cell-padding-top: 5px; $table-cell-padding-bottom: 5px; // Foreman Core Overrides table.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; } } .breadcrumbs .breadcrumb { margin-bottom: 0; } // Need to override these because .bastion .dropdown-menu (we wrap // everything in .bastion) has more specificity than these selectors // and thus overrides them making them not displayed when they should be. html [uib-typeahead-popup].dropdown-menu, html .uib-datepicker-popup.dropdown-menu { display: block; } // Fix bad margin and border on patternfly dropdown buttons html .toolbar-pf .toolbar-pf-filter.form-group .input-group-btn .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-right: -1px; margin-left: -1px; } // Increase size of .toolbar-pf-filter html .toolbar-pf.table-view-pf-toolbar-external .toolbar-pf-filter { width: 35%; } // Add border to bottom of empty table .row.toolbar-pf.table-view-pf-toolbar.empty-table{ border-bottom: 1px solid #d1d1d1; margin-bottom: 10px; } // Ensure scrolling on the modal body .modal-body { overflow-x: hidden; overflow-y: scroll; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bastion-4.3.1 | app/assets/stylesheets/bastion/overrides.scss |
bastion-4.3.0 | app/assets/stylesheets/bastion/overrides.scss |