Sha256: ab6128fb8a62fcb50df520603dbf9f77bbc756f033c3aa5cf17d35547bcfffbe

Contents?: true

Size: 845 Bytes

Versions: 20

Compression:

Stored size: 845 Bytes

Contents

// Overrides AND additions/extensions to Bootstrap 4's styling

.nav-tabs {
  border-bottom: 1px solid $grey-5;
}

.nav-tabs .nav-link {
  background-color: $grey-4;
  border-left-color: $grey-2;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: $grey-2;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: $grey-2;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: $grey-5;
}

.nav-tabs .nav-link.active {
  border-color: $grey-5 $grey-5 $white;
}

.navbar-brand {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    margin-right: 1rem;
  }
}

.btn {
  vertical-align: baseline;  // Needed so Google Translate's injected <font> tags don't mess with font's alignment in the page
}

.modal-open .gsc-search-button {
  margin-right: 15px;
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
kcc-gem-theme-1.27.7 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.27.6 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.26.6 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.25.6 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.25.5 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.24.5 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.23.5 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.22.5 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.21.5 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.20.5 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.20.4 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.20.3 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.20.2 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.19.2 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.18.2 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.17.2 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.16.2 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.0.15 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.0.14 assets/scss/0-tools/_bootstrap-overrides.scss
kcc-gem-theme-1.0.13 assets/scss/0-tools/_bootstrap-overrides.scss