Sha256: f9e2605a188e320ae0abc83ea901809cec8e556053fc6b595f8f8aa469c58c88

Contents?: true

Size: 1.11 KB

Versions: 211

Compression:

Stored size: 1.11 KB

Contents

.toast {
  // Prevents from shrinking in IE11, when in a flex container
  // See https://github.com/twbs/bootstrap/issues/28341
  flex-basis: $toast-max-width;
  max-width: $toast-max-width;
  @include font-size($toast-font-size);
  color: $toast-color;
  background-color: $toast-background-color;
  background-clip: padding-box;
  border: $toast-border-width solid $toast-border-color;
  box-shadow: $toast-box-shadow;
  opacity: 0;
  @include border-radius($toast-border-radius);

  &:not(:last-child) {
    margin-bottom: $toast-padding-x;
  }

  &.showing {
    opacity: 1;
  }

  &.show {
    display: block;
    opacity: 1;
  }

  &.hide {
    display: none;
  }
}

.toast-header {
  display: flex;
  align-items: center;
  padding: $toast-padding-y $toast-padding-x;
  color: $toast-header-color;
  background-color: $toast-header-background-color;
  background-clip: padding-box;
  border-bottom: $toast-border-width solid $toast-header-border-color;
  @include border-top-radius(subtract($toast-border-radius, $toast-border-width));
}

.toast-body {
  padding: $toast-padding-x; // apply to both vertical and horizontal
}

Version data entries

211 entries across 211 versions & 11 rubygems

Version Path
devops4lib-jekyll-theme-conference-0.0.1 _sass/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.6 _sass/bootstrap/_toasts.scss
bootstrap-4.6.2.1 assets/stylesheets/bootstrap/_toasts.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.5 _sass/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.4 _sass/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.3 _sass/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.2 _sass/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.1 _sass/bootstrap/_toasts.scss
jekyll-theme-centos-0.9.20221031122647 _sass/bootstrap/_toasts.scss
bootstrap-4.6.2 assets/stylesheets/bootstrap/_toasts.scss
nex-bootstrap-4.6.3 assets/stylesheets/bootstrap/_toasts.scss
jekyll-theme-centos-0.9.20220805132206 _sass/bootstrap/_toasts.scss
jekyll-theme-conference-3.6.0 _sass/bootstrap/_toasts.scss
jekyll-theme-centos-0.9.20220227231551 _sass/bootstrap/_toasts.scss
viniBaxter-desk_front-300.0.12 lib/viniBaxter/sass/desk_front/bootstrap/_toasts.scss
jekyll-theme-conference-3.5.0 _sass/bootstrap/_toasts.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/bootstrap/_toasts.scss
jekyll-theme-conference-3.4.1 _sass/bootstrap/_toasts.scss
jekyll-theme-centos-0.9.20220212202853 _sass/bootstrap/_toasts.scss