Sha256: b7b5cb94595da0493e089097b8857009ae99ee544e87788e7760ebe9affd830f

Contents?: true

Size: 1.09 KB

Versions: 26

Compression:

Stored size: 1.09 KB

Contents

// Darkly 5.1.3
// Bootswatch


// Variables

$web-font-path: "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" !default;
@if $web-font-path {
  @import url($web-font-path);
}

// Typography

.blockquote {
  &-footer {
    color: $gray-600;
  }
}

// Forms

.input-group-addon {
  color: $white;
}

.form-floating > label {
  color: $gray-700;
}

// Navs

.nav-tabs,
.nav-pills {
  .nav-link,
  .nav-link.active,
  .nav-link.active:focus,
  .nav-link.active:hover,
  .nav-item.open .nav-link,
  .nav-item.open .nav-link:focus,
  .nav-item.open .nav-link:hover {
    color: $white;
  }
}

.breadcrumb a {
  color: $white;
}

.pagination {
  a:hover {
    text-decoration: none;
  }
}

// Indicators

.alert {
  border: none;
  color: $white;

  a,
  .alert-link {
    color: $white;
    text-decoration: underline;
  }

  @each $color, $value in $theme-colors {
    &-#{$color} {
      @if $enable-gradients {
        background: $value linear-gradient(180deg, mix($white, $value, 15%), $value) repeat-x;
      } @else {
        background-color: $value;
      }
    }
  }
}

Version data entries

26 entries across 13 versions & 1 rubygems

Version Path
card-mod-bootstrap-0.15.1.1 vendor/bootswatch/docs/5/darkly/_bootswatch.scss
card-mod-bootstrap-0.15.1.1 vendor/bootswatch/dist/darkly/_bootswatch.scss
card-mod-bootstrap-0.15.1 vendor/bootswatch/docs/5/darkly/_bootswatch.scss
card-mod-bootstrap-0.15.1 vendor/bootswatch/dist/darkly/_bootswatch.scss
card-mod-bootstrap-0.15.0 vendor/bootswatch/docs/5/darkly/_bootswatch.scss
card-mod-bootstrap-0.15.0 vendor/bootswatch/dist/darkly/_bootswatch.scss