Sha256: 81a9f89a062049731c043ff9e67f27f2264d114db7c738685af35ae20e0e02a0

Contents?: true

Size: 876 Bytes

Versions: 2

Compression:

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

.breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bastion-3.4.4 app/assets/stylesheets/bastion/overrides.scss
bastion-3.4.3 app/assets/stylesheets/bastion/overrides.scss