Sha256: 4954115518ca77e689500d875d2f7e4cc5f232dcaec03db665dadc2368bf4b47

Contents?: true

Size: 1.12 KB

Versions: 167

Compression:

Stored size: 1.12 KB

Contents

//
// Base styles
//

.alert {
  position: relative;
  padding: $alert-padding-y $alert-padding-x;
  margin-bottom: $alert-margin-bottom;
  border: $alert-border-width solid transparent;
  @include border-radius($alert-border-radius);
}

// Headings for larger alerts
.alert-heading {
  // Specified to prevent conflicts of changing $headings-color
  color: inherit;
}

// Provide class for links that match alerts
.alert-link {
  font-weight: $alert-link-font-weight;
}


// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.

.alert-dismissible {
  padding-right: $close-font-size + $alert-padding-x * 2;

  // Adjust close link position
  .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: $alert-padding-y $alert-padding-x;
    color: inherit;
  }
}


// Alternate styles
//
// Generate contextual modifier classes for colorizing the alert.

@each $color, $value in $theme-colors {
  .alert-#{$color} {
    @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));
  }
}

Version data entries

167 entries across 167 versions & 29 rubygems

Version Path
viniBaxter-desk_front-300.0.12 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.10 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.8 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.7 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.6 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.4 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.2 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-300.0.1 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-200.0.1 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-100.0.1 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
viniBaxter-desk_front-40.3.0 lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss
darkade.github.io-theme-1.4.0 _sass/bootstrap/_alert.scss
asciidocsy-0.3.0 _sass/bootstrap/_alert.scss
asciidocsy-0.3.0.pre.rc4 _sass/bootstrap/_alert.scss
asciidocsy-0.3.0.pre.rc3 _sass/bootstrap/_alert.scss
asciidocsy-0.3.0.pre.rc2 _sass/bootstrap/_alert.scss
asciidocsy-0.3.0.pre.rc1 _sass/bootstrap/_alert.scss
asciidocsy-jekyll-theme-0.3.0.pre.rc2 _sass/bootstrap/_alert.scss
asciidocsy-jekyll-theme-0.3.0.pre.rc1 _sass/bootstrap/_alert.scss