Preparation for build of a unique CSS

This commit is contained in:
Francis Lachapelle
2015-06-11 15:57:16 -04:00
parent 6040838396
commit 36c931b596
42 changed files with 65 additions and 1794 deletions
@@ -0,0 +1,2 @@
/*! sticky/_extends.scss - */
@import '../../../angular-material/src/components/sticky/sticky.scss';
@@ -1,18 +1 @@
.md-sticky-clone {
z-index: 1;
top: 0;
left: 0;
right: 0;
position: absolute !important;
transform: translate3d(-9999px,-9999px,0);
&[sticky-state="active"] {
transform: translate3d(0, 0, 0);
&:not(.md-sticky-no-effect) {
&:after {
animation: subheaderStickyHoverIn 0.3s ease-out both;
}
}
}
}
@import "extends";