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:
commit
77cc5439fd
@ -7,3 +7,4 @@ $color-primary: #9b4dca !default
|
|||||||
$color-secondary: #606c76 !default
|
$color-secondary: #606c76 !default
|
||||||
$color-tertiary: #f4f5f6 !default
|
$color-tertiary: #f4f5f6 !default
|
||||||
$color-quaternary: #d1d1d1 !default
|
$color-quaternary: #d1d1d1 !default
|
||||||
|
$color-quinary: #e1e1e1 !default
|
||||||
|
@ -7,7 +7,7 @@ table
|
|||||||
|
|
||||||
th,
|
th,
|
||||||
td
|
td
|
||||||
border-bottom: .1rem solid #e1e1e1
|
border-bottom: .1rem solid $color-quinary
|
||||||
padding: 1.2rem 1.5rem
|
padding: 1.2rem 1.5rem
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user