source: trip-planner-front/node_modules/angular-material/modules/js/sticky/sticky.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 563 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7.md-sticky-clone {
8 z-index: 2;
9 top: 0;
10 left: 0;
11 right: 0;
12 position: absolute !important;
13 transform: translate3d(-9999px, -9999px, 0); }
14 .md-sticky-clone[sticky-state="active"] {
15 transform: translate3d(0, 0, 0); }
16 .md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect) .md-subheader-inner {
17 -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
18 animation: subheaderStickyHoverIn 0.3s ease-out both; }
Note: See TracBrowser for help on using the repository browser.