{"version":3,"sources":["dialog.css"],"names":[],"mappings":"AAAA;;;;GAIG;AACH;EACE,+HAA+H;EAC/H,eAAe;EACf,cAAc;EACd,mBAAmB;EACnB,uBAAuB;EACvB,eAAe;EACf,gBAAgB;EAChB,YAAY;EACZ,aAAa,EAAE;EACf;IACE;MACE,mBAAmB,EAAE,EAAE;;AAE7B;EACE,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,iBAAiB;EACjB,eAAe,EAAE;;AAEnB;EACE,gBAAgB;EAChB,kBAAkB;EAClB,iBAAiB;EACjB,eAAe,EAAE;;AAEnB;EACE,gBAAgB;EAChB,eAAe,EAAE;EACjB;IACE,qBAAqB,EAAE","file":"dialog.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 */\nmd-dialog-container {\n  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);\n  display: block;\n  padding: 24px;\n  border-radius: 2px;\n  box-sizing: border-box;\n  overflow: auto;\n  max-width: 80vw;\n  width: 100%;\n  height: 100%; }\n  @media screen and (-ms-high-contrast: active) {\n    md-dialog-container {\n      outline: solid 1px; } }\n\nmd-dialog-content, [md-dialog-content], mat-dialog-content, [mat-dialog-content] {\n  display: block;\n  margin: 0 -24px;\n  padding: 0 24px;\n  max-height: 65vh;\n  overflow: auto; }\n\n[md-dialog-title], [mat-dialog-title] {\n  font-size: 20px;\n  font-weight: bold;\n  margin: 0 0 20px;\n  display: block; }\n\nmd-dialog-actions, [md-dialog-actions], mat-dialog-actions, [mat-dialog-actions] {\n  padding: 12px 0;\n  display: block; }\n  md-dialog-actions:last-child, [md-dialog-actions]:last-child, mat-dialog-actions:last-child, [mat-dialog-actions]:last-child {\n    margin-bottom: -24px; }\n"]}