mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 09:56:23 +00:00
The SASS has been simplified so that different themes can be applied by only using the $mdThemingProvider serivce. The resulting design is more "Materialized" and less prone to the future changes of Angular Material.
5 lines
86 B
SCSS
5 lines
86 B
SCSS
md-card {
|
|
&.md-default-theme {
|
|
background-color: sg-color($sogoPaper, 50);
|
|
}
|
|
} |