{"version":3,"sources":["grid-list.css"],"names":[],"mappings":"AAAA;EACE,eAAe;EACf,mBAAmB,EAAE;;AAEvB;EACE,eAAe;EACf,mBAAmB;EACnB,iBAAiB,EAAE;EACnB;IACE,cAAc;IACd,mBAAmB;IACnB,oBAAoB;IACpB,wBAAwB;IACxB,aAAa;IACb,OAAO;IACP,SAAS;IACT,UAAU;IACV,QAAQ;IACR,WAAW;IACX,UAAU,EAAE;EACd;;IAEE,cAAc;IACd,oBAAoB;IACpB,aAAa;IACb,YAAY;IACZ,gCAAgC;IAChC,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,mBAAmB;IACnB,QAAQ;IACR,SAAS,EAAE;IACX;;MAEE,oBAAoB;MACpB,mBAAmB;MACnB,wBAAwB;MACxB,eAAe;MACf,uBAAuB,EAAE;MACzB;;QAEE,gBAAgB,EAAE;IACtB;;MAEE,UAAU;MACV,WAAW;MACX,oBAAoB;MACpB,mBAAmB,EAAE;IACvB;;MAEE,aAAa,EAAE;EACnB;IACE,cAAc;IACd,uBAAuB;IACvB,YAAY;IACZ,uBAAuB;IACvB,iBAAiB,EAAE;IACnB;MACE,UAAU;MACV,WAAW;MACX,oBAAoB;MACpB,mBAAmB,EAAE;IACvB;MACE,cAAc,EAAE;EACpB;IACE,OAAO,EAAE;EACX;IACE,UAAU,EAAE;EACd;IACE,oBAAoB,EAAE;IACtB;MACE,iBAAiB;MACjB,mBAAmB,EAAE;IACvB;MACE,cAAc,EAAE","file":"grid-list.css","sourcesContent":["md-grid-list {\n  display: block;\n  position: relative; }\n\nmd-grid-tile {\n  display: block;\n  position: absolute;\n  overflow: hidden; }\n  md-grid-tile figure {\n    display: flex;\n    position: absolute;\n    align-items: center;\n    justify-content: center;\n    height: 100%;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    padding: 0;\n    margin: 0; }\n  md-grid-tile md-grid-tile-header,\n  md-grid-tile md-grid-tile-footer {\n    display: flex;\n    align-items: center;\n    height: 48px;\n    color: #fff;\n    background: rgba(0, 0, 0, 0.38);\n    overflow: hidden;\n    padding: 0 16px;\n    font-size: 16px;\n    position: absolute;\n    left: 0;\n    right: 0; }\n    md-grid-tile md-grid-tile-header [md-line],\n    md-grid-tile md-grid-tile-footer [md-line] {\n      white-space: nowrap;\n      overflow-x: hidden;\n      text-overflow: ellipsis;\n      display: block;\n      box-sizing: border-box; }\n      md-grid-tile md-grid-tile-header [md-line]:nth-child(n+2),\n      md-grid-tile md-grid-tile-footer [md-line]:nth-child(n+2) {\n        font-size: 12px; }\n    md-grid-tile md-grid-tile-header > *,\n    md-grid-tile md-grid-tile-footer > * {\n      margin: 0;\n      padding: 0;\n      font-weight: normal;\n      font-size: inherit; }\n    md-grid-tile md-grid-tile-header.md-2-line,\n    md-grid-tile md-grid-tile-footer.md-2-line {\n      height: 68px; }\n  md-grid-tile .md-grid-list-text {\n    display: flex;\n    flex-direction: column;\n    width: 100%;\n    box-sizing: border-box;\n    overflow: hidden; }\n    md-grid-tile .md-grid-list-text > * {\n      margin: 0;\n      padding: 0;\n      font-weight: normal;\n      font-size: inherit; }\n    md-grid-tile .md-grid-list-text:empty {\n      display: none; }\n  md-grid-tile md-grid-tile-header {\n    top: 0; }\n  md-grid-tile md-grid-tile-footer {\n    bottom: 0; }\n  md-grid-tile [md-grid-avatar] {\n    padding-right: 16px; }\n    [dir='rtl'] md-grid-tile [md-grid-avatar] {\n      padding-right: 0;\n      padding-left: 16px; }\n    md-grid-tile [md-grid-avatar]:empty {\n      display: none; }\n"]}