Sha256: 3d05c680432be0bcd61cd54da1ba4cb00559b267a4735f52372465bc30d6a95c

Contents?: true

Size: 810 Bytes

Versions: 19

Compression:

Stored size: 810 Bytes

Contents

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

.notification
  +block
  background-color: $notification-background-color
  border-radius: $notification-radius
  padding: $notification-padding
  position: relative
  a:not(.button)
    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

19 entries across 19 versions & 6 rubygems

Version Path
stenographer-rails-0.7.4 app/assets/stylesheets/sass/elements/notification.sass
stenographer-rails-0.7.3 app/assets/stylesheets/sass/elements/notification.sass
stenographer-rails-0.7.1 app/assets/stylesheets/sass/elements/notification.sass
stenographer-rails-0.7.0 app/assets/stylesheets/sass/elements/notification.sass
diproart-bulma-rails-0.7.1 vendor/assets/stylesheets/bulma/sass/elements/notification.sass
bulma-sass-0.7.1 app/assets/stylesheets/sass/elements/notification.sass
stenographer-rails-0.6.5 app/assets/stylesheets/sass/elements/notification.sass
stenographer-rails-0.6.4 app/assets/stylesheets/sass/elements/notification.sass
jekyll-bulma-0.2 _sass/elements/notification.sass
jekyll-bulma-0.1 _sass/elements/notification.sass
jekyll-bulma-0.0.3 _sass/elements/notification.sass
jekyll-bulma-0.0.2 _sass/elements/notification.sass
jekyll-bulma-0.0.1 _sass/elements/notification.sass
bulma-diet-rails-0.1.0 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.7.1 app/assets/stylesheets/sass/elements/notification.sass
diproart-bulma-rails-0.7.0 vendor/assets/stylesheets/bulma/sass/elements/notification.sass
bulma-rails-0.7.0 app/assets/stylesheets/sass/elements/notification.sass
bulma-sass-0.6.2 app/assets/stylesheets/sass/elements/notification.sass
bulma-rails-0.6.2 app/assets/stylesheets/sass/elements/notification.sass