Sha256: b8a2ca089c3c5f17cf5e0209a0bf944bbf3700dacff5d60304849fc9f2d5fd58

Contents?: true

Size: 525 Bytes

Versions: 307

Compression:

Stored size: 525 Bytes

Contents

@include deprecate("`alert-variant()`", "v5.3.0", "v6.0.0");

// scss-docs-start alert-variant-mixin
@mixin alert-variant($background, $border, $color) {
  --#{$prefix}alert-color: #{$color};
  --#{$prefix}alert-bg: #{$background};
  --#{$prefix}alert-border-color: #{$border};
  --#{$prefix}alert-link-color: #{shade-color($color, 20%)};

  @if $enable-gradients {
    background-image: var(--#{$prefix}gradient);
  }

  .alert-link {
    color: var(--#{$prefix}alert-link-color);
  }
}
// scss-docs-end alert-variant-mixin

Version data entries

307 entries across 307 versions & 14 rubygems

Version Path
jekyll-theme-centos-2.29.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.28.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.27.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.26.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.25.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.24.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.23.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.22.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.21.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.20.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.19.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.18.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.17.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.16.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.15.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.14.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.13.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.12.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.11.0 _sass/bootstrap/mixins/_alert.scss
jekyll-theme-centos-2.10.0 _sass/bootstrap/mixins/_alert.scss