Skip to content

Changing button style

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 }