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:
Andy Allan 2021-11-17 16:36:58 +00:00
parent 300cd884ec
commit f433fb3d4e

View file

@ -15,6 +15,5 @@ $hovercolor: 20%;
$headerHeight: 55px;
$sidebarWidth: 350px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;
$list-highlight: #FFFFC0;
$border: 1px solid $grey;