Add white black light dark colors, Fix button inverted

This commit is contained in:
Jeremy Thomas
2016-05-06 00:23:00 +01:00
parent 7ecedc6ec5
commit 15e6ecde1c
15 changed files with 36 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
.card-header
align-items: stretch
box-shadow: 0 1px 2px rgba(black, 0.1)
box-shadow: 0 1px 2px rgba($black, 0.1)
display: flex
min-height: 40px
@@ -43,8 +43,8 @@
border-right: 1px solid $border
.card
background: white
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px rgba(black, 0.1)
background: $white
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
color: $text
max-width: 100%
position: relative