summaryrefslogtreecommitdiff
path: root/_sass/elements/notification.sass
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-03-31 08:53:18 -0400
committer53hornet <53hornet@gmail.com>2019-03-31 08:53:18 -0400
commit06e7a9f33088354b63561e9bf131f399416ec77d (patch)
tree12c30928aac9bea12f44f6d3bf6e076bd4d62e06 /_sass/elements/notification.sass
parent99e7f9ef139798e8947def7b5b7ad25a8f4573ff (diff)
downloadcobalt-site-06e7a9f33088354b63561e9bf131f399416ec77d.tar.xz
cobalt-site-06e7a9f33088354b63561e9bf131f399416ec77d.zip
Ignoring Bulma sass.
Diffstat (limited to '_sass/elements/notification.sass')
-rw-r--r--_sass/elements/notification.sass35
1 files changed, 0 insertions, 35 deletions
diff --git a/_sass/elements/notification.sass b/_sass/elements/notification.sass
deleted file mode 100644
index 2bda414..0000000
--- a/_sass/elements/notification.sass
+++ /dev/null
@@ -1,35 +0,0 @@
-$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