This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Differntiate inside single theme. #537
Closed
Description
I need to build an app that needs to be in one color-scheme. What I mean by this, I can only set the theme once, on the highest level. Inside my app, I need a way to differentiate my elements.
I looked for some styles like this:
md-warn
md-danger
md-primary
md-secondary
md-error
md-success
But I could not find those! Found quite some nice things while reading trough the material css and scss files, but somehow I seemed to have missed out on these!
Als0 it would be nice to have access to the color palette as defined in the design spec. It would be really handy to have things like this:
md-color-50, md-color-100 etc,
where both the color and the background color, would be set as in the color palette.