Sha256: a39567e5fdaa949886a7d7d5312a575f731a7145d14ffd5985b3c294fa3b5c18

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 Bytes

Contents

.notification
  +block
  background-color: $background
  border-radius: $radius
  padding: 1.25rem 2.5rem 1.25rem 1.5rem
  position: relative
  code,
  pre
    background: $white
  pre code
    background: transparent
  .delete
    position: absolute
    right: 0.5em
    top: 0.5em
  .title,
  .subtitle,
  .content
    color: inherit
  // 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

4 entries across 4 versions & 1 rubygems

Version Path
bulma-rails-0.4.0 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.3.2 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.3.1 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.3.0 app/assets/stylesheets/sass/elements/notification.sass