How to customize the Semantic UI buttons(background-color, border-radius and all)

后端 未结 5 888
情话喂你
情话喂你 2021-01-22 19:04

How to customize the Semantic UI buttons(background-color, border-radius and all)

5条回答
  •  遥遥无期
    2021-01-22 19:57

    Put .ui.button infront of your class name create-new-btn. It should look like below

    .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:

提交回复
热议问题