sogo/UI/WebServerResources/scss/components/content/content-theme.scss
Francis Lachapelle 11e7af3450 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.
2015-09-09 16:35:09 -04:00

4 lines
82 B
SCSS

.sg-subcontent {
border-left: $baseline-grid solid sg-color($sogoGreen, 100);
}