You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You can change the default colors via variables from SASS:</p>
1518
1521
1519
1522
<ol>
1520
-
<li>You can find the colors in assets/sass/material-kit/_variables.scss starting with line 28 where is the primary color set: <code>$brand-primary: $purple !default;</code>. All the possible colors are in assets/sass/material-kit/_colors.scss</li>
1521
-
<li>Add the SASS folder from <code>assets/sass/</code> the project inside <ahref="http://koala-app.com/" target="_blank">Koala Compiler</a> and find the file material-dashboard.scss, it will be the one in Green.</li>
1522
-
<li>Right click on that file and set the output path, it must be in assets/css/ so anything that you compile will overwrite the original material-dashboard.css</li>
1523
-
<li>Press on compile and everything will be done automatically</li>
1523
+
<li>You can find the colors in assets/sass/material-dashboard/_variables.scss starting with line 28 where is the primary color set: <code>$brand-primary: $purple !default;</code>.
1524
+
<li>More colors can be found in assets/sass/material-kit/_colors.scss</li>
1525
+
<li>Change them with anything you want and save the <code>.scss</code> file, it will be automatically compiled by Angular.</li>
0 commit comments