mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Adopt theming system of Angular Material
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
md-card {
|
||||
&.md-default-theme {
|
||||
background-color: sg-color($sogoPaper, 50);
|
||||
}
|
||||
}
|
||||
@@ -8,10 +8,6 @@ md-card {
|
||||
transition: $swift-ease-in-out;
|
||||
}
|
||||
|
||||
&.md-default-theme {
|
||||
background-color: sg-color($sogoPaper, 50);
|
||||
}
|
||||
|
||||
// Collapsed/expanded states for cards in ACL editor
|
||||
&.sg-collapsed, &.sg-expanded {
|
||||
transition: $swift-ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user