Where I can find the scss document of a widget when I want to change its style?

1
Hi all, I use a theme when creating new app. And I want to change a widget’s CSS style . For example I can see its class name like this,   But I don’t konw where is the scss document when I want to change it, where I can find it? And I use Calypso. Could you tell me what should I do? It’s better if detailed steps. thank you 
asked
2 answers
0

For custom CSS/SCSS, you should create new files in the theme folder. Here is link with complete details and steps on setting up custom CSS/SCSS
https://docs.mendix.com/howto/front-end/customize-styling-new

answered
0

To add to what Umar said – I would highly recommend using an editor that allows you to open an entire folder, such as Visual Studio Code. That way you can easily just do an automatic search through all files for the class name, and you can see how the scss was originally structured (before you make your own custom files).

answered