Sha256: 4a21b46661b4ac99d7989d048d67a97f61353bf873ed1b1a3bd7e0c7944b7e6a

Contents?: true

Size: 781 Bytes

Versions: 8

Compression:

Stored size: 781 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;
  }
}

.row {
  margin-right: -7px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bastion-3.3.6 app/assets/stylesheets/bastion/overrides.scss
bastion-3.3.5 app/assets/stylesheets/bastion/overrides.scss
bastion-3.3.4 app/assets/stylesheets/bastion/overrides.scss
bastion-3.3.3 app/assets/stylesheets/bastion/overrides.scss
bastion-3.3.2 app/assets/stylesheets/bastion/overrides.scss
bastion-3.3.1 app/assets/stylesheets/bastion/overrides.scss
bastion-3.3.0 app/assets/stylesheets/bastion/overrides.scss
bastion-3.2.2 app/assets/stylesheets/bastion/overrides.scss