From 7562532bac1848405c844cbb07a265b16da046fc Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 5 Apr 2019 07:19:34 -0400 Subject: Add vendor/bulma-0.7.4 --- vendor/bulma-0.7.4/sass/elements/notification.sass | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vendor/bulma-0.7.4/sass/elements/notification.sass (limited to 'vendor/bulma-0.7.4/sass/elements/notification.sass') diff --git a/vendor/bulma-0.7.4/sass/elements/notification.sass b/vendor/bulma-0.7.4/sass/elements/notification.sass new file mode 100644 index 0000000..2bda414 --- /dev/null +++ b/vendor/bulma-0.7.4/sass/elements/notification.sass @@ -0,0 +1,35 @@ +$notification-background-color: $background !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: $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 -- cgit v1.2.3