{"version":3,"sources":["snack-bar-container.css"],"names":[],"mappings":"AAAA;;;;GAIG;AACH;EACE,4HAA4H;EAC5H,oBAAoB;EACpB,mBAAmB;EACnB,wBAAwB;EACxB,eAAe;EACf,aAAa;EACb,iBAAiB;EACjB,iBAAiB;EACjB,iBAAiB;EACjB,mBAAmB;EACnB,4BAA4B,EAAE;EAC9B;IACE;MACE,kBAAkB,EAAE,EAAE","file":"snack-bar-container.css","sourcesContent":["/**\n * Applies styles for users in high contrast mode. Note that this only applies\n * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`\n * attribute, however Chrome handles high contrast differently.\n */\n:host {\n  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n  background: #323232;\n  border-radius: 2px;\n  box-sizing: content-box;\n  display: block;\n  height: 20px;\n  max-width: 568px;\n  min-width: 288px;\n  overflow: hidden;\n  padding: 14px 24px;\n  transform: translateY(100%); }\n  @media screen and (-ms-high-contrast: active) {\n    :host {\n      border: solid 1px; } }\n"]}