Sha256: ba9d16fd2e8bb99e75160211c64b69763c97a24d01db42594c92b9f36c6859e7

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

// Bootstrap overrides
@import "patternfly";

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

.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.
[uib-typeahead-popup].dropdown-menu,
.uib-datepicker-popup.dropdown-menu
{
  display: block;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bastion-4.1.0 app/assets/stylesheets/bastion/overrides.scss
bastion-4.0.0 app/assets/stylesheets/bastion/overrides.scss