mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Add customisation variables
This commit is contained in:
10
sass/elements/notification.sass
Normal file → Executable file
10
sass/elements/notification.sass
Normal file → Executable file
@@ -1,8 +1,12 @@
|
||||
$notification-background-color: $background !default
|
||||
$notification-radius: $radius !default
|
||||
$notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
|
||||
|
||||
.notification
|
||||
+block
|
||||
background-color: $background
|
||||
border-radius: $radius
|
||||
padding: 1.25rem 2.5rem 1.25rem 1.5rem
|
||||
background-color: $notification-background-color
|
||||
border-radius: $notification-radius
|
||||
padding: $notification-padding
|
||||
position: relative
|
||||
a:not(.button)
|
||||
color: currentColor
|
||||
|
||||
Reference in New Issue
Block a user