Sass Variables
To find all the Sass variables, you will need to access the below file:
In Drift Angular, All of the BootStrap variables are copied over in _variables.scss. Many of those are customized as per the layout and theme but there are still few variables which we didn't customize. Those variables are commented in _variables.scss
So, whenever you feel like you need to customize those variables too, you can uncomment those and set the specific value in there.
Last updated