How to customize the Semantic UI buttons(background-color, border-radius and all)
Create New Menu
Put .ui.button infront of your class name create-new-btn. It should look like below
.ui.button
create-new-btn
.ui.button.create-new-btn { //Your css code }
Then in your html/jsx template you can use the class name create-new-btn like below:
or for Jsx