Created
July 12, 2019 14:25
-
-
Save CharlieGreenman/631b704c4c09a8de88bda5cd44dcf4e9 to your computer and use it in GitHub Desktop.
Angular Material Theme Override + HTML/Body background-color Change Based On Razroo's Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$razroo-theme: razroo-theme(mat-palette($razroo-primary-blue), mat-palette($razroo-secondary-red)); | |
// Inject $razroo-theme across angular-material-theme | |
@include angular-material-theme($razroo-theme); | |
html, body { | |
width: 100%; | |
height: 100%; | |
background-color: map_get($razroo-background-yellow, 50); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment