Sha256: c4e5f53867521222c7409314d3e270bbbbeb172c0b1735c382720cd5d6dcdadc

Contents?: true

Size: 440 Bytes

Versions: 7

Compression:

Stored size: 440 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bulma-sass-0.0.2 app/assets/stylesheets/bulma/elements/notifications.sass
bulma-sass-0.0.1 app/assets/stylesheets/bulma/elements/notifications.sass
bulma-rails-0.0.12 app/assets/stylesheets/bulma/elements/notifications.sass
bulma-rails-0.0.11 app/assets/stylesheets/bulma/elements/notifications.sass
bulma-rails-0.0.10 app/assets/stylesheets/bulma/elements/notifications.sass
bulma-rails-0.0.8 app/assets/stylesheets/bulma/elements/notifications.sass
bulma-rails-0.0.4.1 app/assets/stylesheets/bulma/elements/notifications.sass