From 3df910b359125d35ca71f4e9419b0bd41d56718c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Jun 2021 22:11:50 -0400 Subject: stripping bulma and cobalt; uneeded at this point --- .../bulma/sass/elements/notification.sass | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 _bulma/node_modules/bulma/sass/elements/notification.sass (limited to '_bulma/node_modules/bulma/sass/elements/notification.sass') diff --git a/_bulma/node_modules/bulma/sass/elements/notification.sass b/_bulma/node_modules/bulma/sass/elements/notification.sass deleted file mode 100644 index 32a0ee1..0000000 --- a/_bulma/node_modules/bulma/sass/elements/notification.sass +++ /dev/null @@ -1,43 +0,0 @@ -$notification-background-color: $background !default -$notification-code-background-color: $scheme-main !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: $notification-code-background-color - 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 - // If light and dark colors are provided - @if length($pair) >= 4 - $color-light: nth($pair, 3) - $color-dark: nth($pair, 4) - &.is-light - background-color: $color-light - color: $color-dark -- cgit v1.2.3