Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 83469

How to change scss style?

$
0
0
I want to change some styles of widget.  I try to change scss file, but it doesn’t works. I want to change font size of group box header. In scss  \theme\styles\web\sass\app\helpers\_groupbox.scss .mx-groupbox>.mx-groupbox-header {     font-size:20px;      color:$brand-info;     outline:none;     border:none;     transition: all 0.2s;   } I change it to : .mx-groupbox>.mx-groupbox-header {     font-size:14px;      color:$brand-info;     outline:none;     border:none;     transition: all 0.2s;   } But, in browser inspect,  it shows effective style is still:   font-size:20px;  I try to override class in custom.scss and main.scss, still not works. always font-size:20px; Any more steps needed? after change scss?        

Viewing all articles
Browse latest Browse all 83469

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>