Hello All, I have set up theme for my edx instance. But my Sign in and register buttons look different. Now I want to add some css to Register button. There is already css files generated from my SASS files. I did "Inspect Element" in browser and determined the cs to be applied and to which class it should be applied. It seems i have to apply css to lms-main-v1.css But when I added the changes in that css file, saved the file, recompiled the theme, it is not reflecting in LMS. Also when i again viewed that css file (lms-main-v1.css),i can't see the style that i added to it. Anyone please tell me how can i add style to Register button. Or generally, can we edit generated Css files externally. Does it get applied.
Thanks in adavance