Override CSS

0
Hi, the _buttons.scss tells, that two buttons next to each other should have space of 8px. Is it possible to create custom class, that somehow overrides this rule, when I assign it to a button? I’m quite new to CSS, so I guess, it’s more a beginners question. :-)  Thank you!  
asked
1 answers
0

Add the exact same code to styles/web/sass/app/_custom.scss and regenerate the css

It should overwrite the version in _buttons.scss

answered