Update {variables,content}.scss for latest md

This commit is contained in:
Francis Lachapelle
2015-06-12 15:58:44 -04:00
parent 4514d7ce32
commit 8100dfa797
2 changed files with 40 additions and 49 deletions
@@ -5,22 +5,6 @@
// the media definitions and replacing magic numbers with variables
// ----------------------------------------------------------------------------
md-content {
display: block;
position: relative;
overflow: auto;
background-color: transparent;
-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: $mg;