Preparation for build of a unique CSS

This commit is contained in:
Francis Lachapelle
2015-02-03 10:17:15 -05:00
parent 6040838396
commit 36c931b596
42 changed files with 65 additions and 1794 deletions
@@ -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';