Sha256: 33a3514a325c0d5c723a195661b882c86fa68756b4fb72fe90bb13a14e1f671e

Contents?: true

Size: 926 Bytes

Versions: 13

Compression:

Stored size: 926 Bytes

Contents

$notification-background-color: $background !default
$notification-code-background-color: $scheme-main !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: $notification-code-background-color
  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

13 entries across 13 versions & 4 rubygems

Version Path
jekyll-bulma-0.9.2 _sass/elements/notification.sass
jekyll-bulma-0.9.1 _sass/elements/notification.sass
bulma-clean-theme-0.7.2 node_modules/bulma/sass/elements/notification.sass
bulma-sass-0.8.0 app/assets/stylesheets/sass/elements/notification.sass
bulma-clean-theme-0.7.1 node_modules/bulma/sass/elements/notification.sass
jekyll-bulma-0.9.0 _sass/elements/notification.sass
bulma-clean-theme-0.7 node_modules/bulma/sass/elements/notification.sass
jekyll-bulma-0.8.1 _sass/elements/notification.sass
jekyll-bulma-0.8 _sass/elements/notification.sass
bulma-clean-theme-0.6.5 node_modules/bulma/sass/elements/notification.sass
bulma-clean-theme-0.6.4 node_modules/bulma/sass/elements/notification.sass
bulma-clean-theme-0.6.3 node_modules/bulma/sass/elements/notification.sass
bulma-rails-0.8.0 app/assets/stylesheets/sass/elements/notification.sass