You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tycho de Waard edited this page Jul 2, 2018
·
7 revisions
You can change the button style in:
src - scss - components - _buttons.scss
Change border radius
If you want the menu buttons to have no rounded corners, add
border-radius: 0; to the class .btn-primary.
The result is:
.btn-primary {
background-color:$primary-color;
border-color:$primary-color;
border-radius: 0;
color: black
}