Hi guys,
I’ve written my CSS like this
What I want to do now is reuse this CSS code for my other buttons. How can I do that in CUBA?
I think there will be a CSS file and some class in there so I can call the class name in my UI file.
Hi guys,
I’ve written my CSS like this
What I want to do now is reuse this CSS code for my other buttons. How can I do that in CUBA?
I think there will be a CSS file and some class in there so I can call the class name in my UI file.
Hi @nguyenbatyads37,
You should extend an existing theme and create a new style in the halo-ext.scss
file (if you extending the halo theme). Then apply the created style to the buttons. You can get more information in our doc.