Sha256: dd15ab4e9acd9655dfedd832f3b079e1eec85e7e0fe87fcad0e6d838ac53fcef

Contents?: true

Size: 715 Bytes

Versions: 4

Compression:

Stored size: 715 Bytes

Contents

// Bootstrap overrides
@import "patternfly";

.filter-option label {
  font-weight: normal;
}

.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

4 entries across 4 versions & 1 rubygems

Version Path
bastion-3.2.0 app/assets/stylesheets/bastion/overrides.scss
bastion-3.1.0 app/assets/stylesheets/bastion/overrides.scss
bastion-3.0.1 app/assets/stylesheets/bastion/overrides.scss
bastion-3.0.0 app/assets/stylesheets/bastion/overrides.scss