Fix columns docs

This commit is contained in:
Jeremy Thomas
2017-08-14 13:59:16 +01:00
parent c66ec2a9a9
commit ab5a72b202
6 changed files with 612 additions and 511 deletions

View File

@@ -124,3 +124,31 @@
.bd-emoji
margin-right: 0.5em
margin-top: 2px
$notification-background-color: $background !default
$notification-radius: $radius !default
$notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
.bd-notification
background-color: $background
border-radius: $radius
padding: 1.25rem 1.5rem
position: relative
text-align: center
.title,
.subtitle,
.content,
strong
color: currentColor
code,
pre
background: $white
pre code
background: transparent
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
&.is-#{$name}
background-color: $color
color: $color-invert