Sha256: e3d171a1aa4f7f36cf552fa9341e5a724b143223c794c24d0405abeee6245e10

Contents?: true

Size: 974 Bytes

Versions: 38

Compression:

Stored size: 974 Bytes

Contents

.toast {
  max-width: $toast-max-width;
  overflow: hidden; // cheap rounded corners on nested items
  font-size: $toast-font-size; // knock it down to 14px
  background-color: $toast-background-color;
  background-clip: padding-box;
  border: $toast-border-width solid $toast-border-color;
  border-radius: $toast-border-radius;
  box-shadow: $toast-box-shadow;
  backdrop-filter: blur(10px);
  opacity: 0;

  &: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;
}

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

Version data entries

38 entries across 38 versions & 7 rubygems

Version Path
vertx-howtos-jekyll-theme-0.3.1 _sass/bootstrap/scss/_toasts.scss
vertx-howtos-jekyll-theme-0.3.0 _sass/bootstrap/scss/_toasts.scss
vertx-howtos-jekyll-theme-0.2.1 _sass/bootstrap/scss/_toasts.scss
vertx-howtos-jekyll-theme-0.2.0 _sass/bootstrap/scss/_toasts.scss
yoyoyo-0.0.4 _sass/_toasts.scss
vertx-howtos-jekyll-theme-0.1.4 _sass/bootstrap/scss/_toasts.scss
yoyoyo-0.0.3 _sass/_toasts.scss
yoyoyo-0.0.2 _sass/_toasts.scss
vertx-howtos-jekyll-theme-0.1.3 _sass/bootstrap/scss/_toasts.scss
vertx-howtos-jekyll-theme-0.1.2 _sass/bootstrap/scss/_toasts.scss
vertx-howtos-jekyll-theme-0.1.1 _sass/bootstrap/scss/_toasts.scss
vertx-howtos-jekyll-theme-0.1.0 _sass/bootstrap/scss/_toasts.scss
apx-docs-theme-0.1.15 _sass/bootstrap/_toasts.scss
bootstrap-4.2.1 assets/stylesheets/bootstrap/_toasts.scss
jekyll-theme-cs50-0.1.6 _sass/node_modules/bootstrap/scss/_toasts.scss
jekyll-theme-cs50-0.1.5 _sass/node_modules/bootstrap/scss/_toasts.scss
jekyll-theme-cs50-0.1.4 _sass/node_modules/bootstrap/scss/_toasts.scss
jekyll-theme-cs50-0.1.3 _sass/node_modules/bootstrap/scss/_toasts.scss