mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Preparation for build of a unique CSS
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/*! content/_extends.scss - */
|
||||
@import '../../../angular-material/src/components/content/content.scss';
|
||||
@@ -1,28 +1 @@
|
||||
md-content {
|
||||
|
||||
display: block;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&[md-scroll-y] {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
&[md-scroll-x] {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
&[md-scroll-xy] {
|
||||
}
|
||||
|
||||
&.md-padding {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: $layout-breakpoint-sm) {
|
||||
md-content.md-padding {
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
@import 'extends';
|
||||
Reference in New Issue
Block a user