Add dark colour, Fix button alignment

This commit is contained in:
Jeremy Thomas
2016-01-30 11:53:41 +00:00
parent 159b15c0b7
commit 70978206d7
6 changed files with 169 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
// Colors
$dark: $grey-darker
$dark-invert: findColorInvert($dark)
$primary-invert: findColorInvert($primary)
$info: $blue
$info-invert: findColorInvert($info)
@@ -10,7 +13,7 @@ $warning-invert: findColorInvert($warning)
$danger: $red
$danger-invert: findColorInvert($danger)
$colors: (primary: ($primary, $primary-invert), info: ($info, $info-invert), success: ($success, $success-invert), warning: ($warning, $warning-invert), danger: ($danger, $danger-invert))
$colors: (dark: ($dark, $dark-invert), primary: ($primary, $primary-invert), info: ($info, $info-invert), success: ($success, $success-invert), warning: ($warning, $warning-invert), danger: ($danger, $danger-invert))
$body-background: $grey-lighter

View File

@@ -16,6 +16,7 @@
.button
+control
padding: 3px 10px
text-align: center
white-space: nowrap
strong
color: inherit