{"version":3,"sources":["webpack:///./packages/mdc-line-ripple/mdc-line-ripple.scss"],"names":[],"mappings":";;;;;;;AA8BE;EACE;EACA;EACA;EACA;EACA;EACA;UAAA;EACA;EAAA;EAAA;EACA;EACA;CA7BH;;AAgCC;EACE;UAAA;EACA;CA7BH;;AAgCC;EACE","file":"mdc.line-ripple.css","sourcesContent":["//\n// Copyright 2018 Google Inc.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\n@import \"@material/base/mixins\";\n@import \"@material/theme/mixins\";\n@import \"./functions\";\n@import \"./mixins\";\n\n// Line Ripple is intended for use by multiple components, but its styles should only be emitted once when bundled\n@include mdc-base-emit-once(\"mdc-line-ripple\") {\n  // postcss-bem-linter: define line-ripple\n  .mdc-line-ripple {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 2px;\n    transform: scaleX(0);\n    transition: mdc-line-ripple-transition-value(transform), mdc-line-ripple-transition-value(opacity);\n    opacity: 0;\n    z-index: 2;\n  }\n\n  .mdc-line-ripple--active {\n    transform: scaleX(1);\n    opacity: 1;\n  }\n\n  .mdc-line-ripple--deactivating {\n    opacity: 0;\n  }\n}\n"],"sourceRoot":""}