Custom CSS Button Hover Style in Mendix 8.18.10

0
Hello, as the title states, I tried defining a button hover style by creating a css file in the theme/styles/web/sass/app folder. Then, I import the css in the _custom.scss file.    Then, I insert the class name in the appearance tab of a container. But, when I run the app, the button does not respond the way I want it to be. I tried referring to the Mendix documentation on styling but the problem is the documentation are for Mendix 9, which is completely different. At my workplace we are using Mendix 8 currently and still not updating yet. How to solve this problem?
asked
1 answers
1

Hi,

You needs to include your SCSS file into the main.scss file and needs to compile your files using calypso.

https://docs.mendix.com/howto8/front-end/calypso/

 

answered