This commit is contained in:
Jeremy Thomas 2017-08-02 23:31:24 +01:00
parent 01bb596f9e
commit 01972380a1
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
### Issues closed
* #877 `.pagination` isn't using `$pagination-background`
* #989 `navbar-brand` overflowing on mobile
* #975 Variable `$table-head-color` isn't used
* #964 Tabs sass file throwing error with `!important`

View File

@ -1,5 +1,4 @@
$pagination-color: $grey-darker !default
$pagination-background: $white !default
$pagination-border-color: $grey-lighter !default
$pagination-margin: -0.25rem !default