mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +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:
@@ -28,13 +28,3 @@
|
||||
font-weight: $sg-font-medium;
|
||||
}
|
||||
}
|
||||
|
||||
md-list .md-subheader.sg-md-subheader {
|
||||
font-weight: $sg-font-medium;
|
||||
font-size: $sg-font-size-2;
|
||||
}
|
||||
|
||||
.sg-md-subheader > * {
|
||||
font-weight: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user