Sha256: 2ef3c1611872dc274b84891e324fc288210b7a130b351d1a73eb979f70d29ca7

Contents?: true

Size: 437 Bytes

Versions: 5

Compression:

Stored size: 437 Bytes

Contents

.notification
  @extend .block
  +clearfix
  background: $background
  border-radius: $radius
  padding: 16px 20px
  position: relative
  .delete
    border-radius: 0 $radius
    float: right
    margin: -16px -20px 0 20px
  .subtitle,
  .title
    color: inherit
  // Colors
  @each $name, $pair in $colors
    $color: nth($pair, 1)
    $color-invert: nth($pair, 2)
    &.is-#{$name}
      background: $color
      color: $color-invert

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bulma-rails-0.0.28 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.0.26 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.0.24 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.0.23 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.0.20 app/assets/stylesheets/bulma/elements/notifications.sass