Merge pull request #112 from devmagpie-contrib/fix_table_colour

Table border color was specified in hex instead of a variable
This commit is contained in:
CJ Patoilo 2016-09-09 19:50:52 -03:00 committed by GitHub
commit 77cc5439fd
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