{"version":3,"sources":["frontend/_indicator.scss","frontend/_images.scss"],"names":[],"mappings":"AA+CC,iBA/CD,gBACC,SAAA,CACA,cAAA,CACA,WAAA,CACA,YAAA,CACA,eAAA,CACA,iBAAA,CACA,OAAA,CACA,aAAA,CACA,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,0BAGD,0BACC,cAAA,CACA,gBAGD,kDAEC,SAAA,CACA,qBAAA,CACA,UAAA,CACA,wBAAA,CACA,cACA,gEACC,sBAAA,CACA,cAIF,yBACC,kBACA,+BACC,iBAAA,CACA,QAAA,CACA,OAAA,CACA,aAAA,CACA,UAAA,CACA,UAAA,CACA,WAAA,CACA,+BAAA,CACA,kBAAA,CACA,mBAED,gCACC,aAED,wCACC,mBAED,oCACC,mBAMD,gCACC,YAGD,6CACC,YAGD,wCACC,YAGD,uCACC,aCzDF,0BACC,aAAA,CACA,cAAA,CAjBC,kBACA,gCACE,gGAAA,CACA,8BAAA,CACA,wBAAA,CACA,UAAA,CACA,UAY4B,CAX5B,iBAAA,CACF,KAAA,CACA,QAAA,CACA,MAAA,CACA,QAQD,8BACC,cAIF,8BACC,SAAA,CACA,UAAA,CACA,cAAA,CACA,iBAAA,CACA,aAAA,CACA,iBAAA,CACA,QAAA,CACA,OAAA,CACA,6BAAA,CACA","file":"frontend.css","sourceRoot":"../../scss","sourcesContent":[".ltwp-indicator {\n\twidth: 2em;\n\tposition: fixed;\n\tbottom: 0.5em;\n\tpadding: 0.1em;\n\tline-height: 1em;\n\ttext-align: center;\n\tright: 0;\n\tfont-size: 2em;\n\tborder: 2px solid rgba( black, 0.2 );\n\tbackground: rgba( black, 0.5 );\n\tborder-right: 0;\n\tborder-radius: 4px 0 0 4px;\n}\n\n.ltwp-indicator__transfer {\n\tfont-size: 0.3em;\n\tline-height: 1em;\n}\n\n.ltwp-indicator__profile,\n.ltwp-indicator__weather {\n\twidth: 1em;\n\tmargin: 0.3em auto 0.1em;\n\tcolor: white;\n\ttext-shadow: 0px 0px 2px black;\n\tdisplay: block;\n\t&::before {\n\t\tfilter: grayscale( 100% );\n\t\tdisplay: block;\n\t}\n}\n\n.ltwp-indicator__profile {\n\tposition: relative;\n\t&::after {\n\t\tposition: absolute;\n\t\tbottom: 0;\n\t\tright: 0;\n\t\tdisplay: block;\n\t\tcontent: \"\";\n\t\twidth: 0.5em;\n\t\theight: 0.5em;\n\t\tborder: 1px solid rgba( black, 0.5 );\n\t\tborder-radius: 0.5em;\n\t\tbackground: #55d400;\n\t}\n\t&::before {\n\t\tcontent: \"🔋\";\n\t}\n\t&--battery::after {\n\t\tbackground: #ffba10;\n\t}\n\t&--low::after {\n\t\tbackground: #d40000;\n\t}\n}\n\n\n.ltwp-indicator__weather {\n\t&::before {\n\t\tcontent: \"☀\";\n\t}\n\n\t&--full-cloudy::before {\n\t\tcontent: \"☁\";\n\t}\n\n\t&--cloudy::before {\n\t\tcontent: \"⛅\";\n\t}\n\n\t&--night::before {\n\t\tcontent: \"🌔\";\n\t}\n}","@mixin scanlines($color, $height: 1px, $opacity: 0.2) {\n  position: relative;\n  &:after {\n    background-image: repeating-linear-gradient( to bottom, transparent 0 ,transparent $height, $color $height, $color $height * 2 );\n    background-size: 100% $height * 2, cover;\n    transform-origin: 50% 50%;\n    content: '';\n    opacity: $opacity;\n    position: absolute;\n\t\ttop: 0;\n\t\tbottom: 0;\n\t\tleft: 0;\n\t\tright: 0;\n  }\n}\n\n.ltwp-image-preview__link {\n\tdisplay: block;\n\tcursor: zoom-in;\n\t@include scanlines( #000, 2px, 0.2 );\n\timg {\n\t\tdisplay: block;\n\t}\n}\n\n.ltwp-image-preview__controls {\n\tz-index: 1;\n\tcolor: black;\n\tfont-size: 0.5em;\n\tpadding: 0.2em 0.4em;\n\tdisplay: block;\n\tposition: absolute;\n\tbottom: 0;\n\tright: 0;\n\tbackground: rgba( white, 0.5 );\n\tborder-top-left-radius: 2px;\n}"]}