mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(css) Cleanup md-content
This commit is contained in:
@@ -4,18 +4,17 @@
|
||||
// angular-material is mobile first (is it ?) SOGo is not. We're inversing
|
||||
// the media definitions and replacing magic numbers with variables
|
||||
// ----------------------------------------------------------------------------
|
||||
md-content {
|
||||
|
||||
&.md-padding {
|
||||
padding: $mg;
|
||||
}
|
||||
}
|
||||
//md-content {
|
||||
// &.md-padding {
|
||||
// padding: $mg;
|
||||
// }
|
||||
//}
|
||||
// Overrides out of specs angular-material definition
|
||||
@include at(sm) {
|
||||
md-content.md-padding {
|
||||
padding: $mg;
|
||||
}
|
||||
}
|
||||
//@include at(sm) {
|
||||
// md-content.md-padding {
|
||||
// padding: $mg;
|
||||
// }
|
||||
//}
|
||||
|
||||
.sg-subcontent {
|
||||
border-left: $baseline-grid solid sg-color($sogoGreen, 100);
|
||||
|
||||
Reference in New Issue
Block a user