table border color was specified in hex instead of a variable

This commit is contained in:
Dev Magpie 2016-08-23 04:52:06 -03:00
parent 3ebbf08535
commit 354dde449b
2 changed files with 2 additions and 1 deletions

View File

@ -7,3 +7,4 @@ $color-primary: #9b4dca !default
$color-secondary: #606c76 !default
$color-tertiary: #f4f5f6 !default
$color-quaternary: #d1d1d1 !default
$color-quinary: #e1e1e1 !default

View File

@ -7,7 +7,7 @@ table
th,
td
border-bottom: .1rem solid #e1e1e1
border-bottom: .1rem solid $color-quinary
padding: 1.2rem 1.5rem
text-align: left