Remove border-radius parameter
This overrides the same variable from bootstrap. Since bootstrap also comes with -sm and -lg variants defined by rem, our px-based override doesn't sit nicely with those.
This commit is contained in:
parent
300cd884ec
commit
f433fb3d4e
1 changed files with 0 additions and 1 deletions
|
@ -15,6 +15,5 @@ $hovercolor: 20%;
|
|||
$headerHeight: 55px;
|
||||
$sidebarWidth: 350px;
|
||||
$keyline: 1px solid $lightgrey;
|
||||
$border-radius: 3px;
|
||||
$list-highlight: #FFFFC0;
|
||||
$border: 1px solid $grey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue