Sha256: 92d96b8c41ff2f9d44d80bde1da8490bf4052797198e1417f9fe571e76d1a646

Contents?: true

Size: 838 Bytes

Versions: 75

Compression:

Stored size: 838 Bytes

Contents

$notification-background-color: $background !default
$notification-radius: $radius !default
$notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default

.notification
  @extend %block
  background-color: $notification-background-color
  border-radius: $notification-radius
  padding: $notification-padding
  position: relative
  a:not(.button):not(.dropdown-item)
    color: currentColor
    text-decoration: underline
  strong
    color: currentColor
  code,
  pre
    background: $white
  pre code
    background: transparent
  & > .delete
    position: absolute
    right: 0.5rem
    top: 0.5rem
  .title,
  .subtitle,
  .content
    color: currentColor
  // Colors
  @each $name, $pair in $colors
    $color: nth($pair, 1)
    $color-invert: nth($pair, 2)
    &.is-#{$name}
      background-color: $color
      color: $color-invert

Version data entries

75 entries across 75 versions & 7 rubygems

Version Path
ols-theme-0.8.0 _sass/bulma/sass/elements/notification.sass
ols-theme-0.7.0 _sass/bulma/sass/elements/notification.sass
ols-theme-0.6.0 _sass/bulma/sass/elements/notification.sass
ols-theme-0.5.0 _sass/bulma/sass/elements/notification.sass
ols-theme-0.3.0 _sass/bulma/sass/elements/notification.sass
ols-theme-0.2.0 _sass/bulma/sass/elements/notification.sass
ols-theme-0.1.0 _sass/bulma/sass/elements/notification.sass
okf-pub-theme-0.2.24 _sass/_bulma-0.7.4/sass/elements/notification.sass
okf-pub-theme-0.2.23 _sass/_bulma-0.7.4/sass/elements/notification.sass
okf-pub-theme-0.2.22 _sass/_bulma-0.7.4/sass/elements/notification.sass
mere-blog-theme-0.3 node_modules/bulma/sass/elements/notification.sass
bulma-clean-theme-0.6.2 node_modules/bulma/sass/elements/notification.sass
bulma-clean-theme-0.6.1 node_modules/bulma/sass/elements/notification.sass
bulma-clean-theme-0.6 node_modules/bulma/sass/elements/notification.sass
authz-0.0.5 app/assets/stylesheets/authz/bulma/elements/notification.sass
authz-0.0.4 app/assets/stylesheets/authz/bulma/elements/notification.sass
bulma-clean-theme-0.5.8 node_modules/bulma/sass/elements/notification.sass
mere-blog-theme-0.2.1 node_modules/bulma/sass/elements/notification.sass
mere-blog-theme-0.2 node_modules/bulma/sass/elements/notification.sass
bulma-clean-theme-0.5.7 node_modules/bulma/sass/elements/notification.sass