-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.2ac8c5852fc6f9616c1de75be6a47a07.css.map
1 lines (1 loc) · 4.61 KB
/
main.2ac8c5852fc6f9616c1de75be6a47a07.css.map
1
{"version":3,"sources":["webpack:///./src/styles/styles.scss"],"names":[],"mappings":"AAUA,KACE,oDACA,kBACA,cACA,gBACA,gBACA,cACA,mCACA,gCACA,2BACA,eAAgB,CACjB,gCAKC,SACA,UACA,gBACA,YACA,eACA,UAAU,CACX,IAGC,SACA,SAAY,CACb,YAGC,gBACA,gBACA,6BACA,gBACA,wBAzCuB,CA0CxB,cAGC,oBAAqB,CACtB,cAGC,eACA,UAnD0B,CAoD3B,kBAKC,yBACA,UACA,QAAS,CACV,iCAGC,UACA,SACA,eACA,eACA,eACA,eACA,eAAgB,CACjB,WAGC,cACA,WACA,WACA,yBACA,cACA,QAAe,CAChB,MAGC,eACA,eAAgB,CACjB,mBAKC,WACA,eAAiB,CAClB,kBAUC,eACA,aACA,cACA,UACA,QAAS,CACV,gBAIC,eA9G0B,CA+G3B,iBAIC,YACA,UAAW,CACZ,UAIC,kBAAmB,CACpB,SAIC,mBACA,uBACA,iBACA,eAAgB,CACjB,gBAIC,YAAa,CACd,cAIC,UAAc,CACf,gBAIC,WACA,iBACA,oBACA,qBACA,eAAiB,CAClB,sBAGC,aAnJmC,CAoJpC,YAIC,yBAA8B,CAC/B,kBAMC,cACA,gBAAiB,CAClB,eAGC,kBACA,qBACA,oBACA,YAEA,gBACA,eACA,iBAAkB,CACnB,gBAGC,cACA,UACA,WACA,yBACA,cACA,SACA,kBACA,WAAiC,CAClC,YAGC,kBAGA,WAEA,gBACA,eACA,iBAAkB","file":"main.2ac8c5852fc6f9616c1de75be6a47a07.css","sourcesContent":["/* Variables */\n$header-height: 40px;\n$header-items-color: #FFFFFF;\n$header-bg-color: #4d4d4d;\n$weatherbit-height: 30px;\n$bm-menu-pad-sides: 25px;\n$menu-list-items-color: #FFF;\n$menu-list-items-color-hover: #6f6f6f;\n\n/* Styles */\nbody {\n font: 18px 'Helvetica Neue', Helvetica, Arial, sans-serif;\n line-height: 1.4em;\n color: #4d4d4d;\n min-width: 230px;\n max-width: 550px;\n margin: 0 auto;\n -webkit-font-smoothing: antialiased;\n -moz-font-smoothing: antialiased;\n font-smoothing: antialiased;\n font-weight: 300;\n}\n\n/* ---------------------- */\n\nhtml,body,#app,[data-reactroot]{\n margin:0;\n padding:0;\n min-height:100%;\n height:100%;\n min-width:100%;\n width:100%;\n}\n\ndiv {\n margin: 0px;\n padding: 0px;\n}\n\n.header-bar {\n min-height: $header-height;\n max-height: $header-height;\n font-family: 'Pacifico', cursive, sans-serif; \n font-weight: bold;\n background-color: $header-bg-color;\n}\n\n.header-bar a {\n text-decoration: none;\n}\n\n#header-title {\n font-size: 18pt;\n color: $header-items-color;\n}\n\n.parent-container {\n height: -webkit-calc(100% - #{$header-height});\n height: -moz-calc(100% - #{$header-height});\n height: calc(100% - #{$header-height});\n padding: 0;\n margin: 0;\n}\n\n.top-container, .bottom-container {\n padding: 0;\n margin: 0;\n max-height: 50%;\n min-height: 50%;\n max-width: 100%;\n min-width: 100%;\n overflow: hidden;\n}\n\nhr.divider { \n border: 0 none;\n width: 100%;\n height: 1px;\n background-color:#EBEBEB;\n color:#EBEBEB;\n margin: 0px 0px;\n}\n\ninput {\n font-size: 18pt;\n margin-top: 50px;\n}\n\n/****** WeatherDisplay ******/\n\n.weather-display > * {\n color: #FFFFFF;\n font-weight: bold;\n}\n\n/*** (end WeatherDisplay) ***/\n\n\n\n/* -------- Sidebar --------- */\n\n/* Position and sizing of burger button */\n.bm-burger-button {\n position: fixed;\n width: 36px * 0.65;\n height: 30px * 0.65;\n left: 10px;\n top: 10px;\n}\n\n/* Color/shape of burger icon bars */\n.bm-burger-bars {\n background: $header-items-color;\n}\n\n/* Position and sizing of clickable cross button */\n.bm-cross-button {\n height: 24px;\n width: 24px;\n}\n\n/* Color/shape of close button cross */\n.bm-cross {\n background: #bdc3c7;\n}\n\n/* General sidebar styles */\n.bm-menu {\n background: #373a47;\n padding: 50px $bm-menu-pad-sides $bm-menu-pad-sides;\n font-size: 1.15em;\n overflow: hidden;\n}\n\n/* Morph shape necessary with bubble or elastic */\n.bm-morph-shape {\n fill: #373a47;\n}\n\n/* Wrapper for item list */\n.bm-item-list {\n color: #FFFFFF;\n}\n\n/* List links */\n.bm-item-list a {\n color: $menu-list-items-color;\n padding-top: 0.4em;\n padding-bottom: 0.4em;\n text-decoration: none;\n font-weight: bold;\n}\n\n.bm-item-list a:hover {\n color: $menu-list-items-color-hover;\n}\n\n/* Styling of overlay */\n.bm-overlay {\n background: rgba(0, 0, 0, 0.3);\n}\n\n/*************************/\n\n\n#placeholder-menu {\n color: $header-bg-color;\n margin-left: 10px;\n}\n\n.made-by-logan {\n position: absolute;\n padding-right: $bm-menu-pad-sides / 2;\n padding-left: $bm-menu-pad-sides / 2;\n bottom: $weatherbit-height + 25px;\n\n font-weight: bold;\n font-size: 0.8em;\n text-align: center;\n}\n\nhr.menu-divider { \n border: 0 none;\n width: 75%;\n height: 1px;\n background-color:#EBEBEB;\n color:#EBEBEB;\n margin: 0px 0px;\n position: absolute;\n bottom: $weatherbit-height + 15px;\n}\n\n.weatherbit {\n position: absolute;\n // padding-right: $bm-menu-pad-sides / 2;\n // padding-left: $bm-menu-pad-sides / 2;\n bottom: 5px;\n\n font-weight: normal;\n font-size: 0.6em;\n text-align: center;\n}\n\n\n// WEBPACK FOOTER //\n// ./src/styles/styles.scss"],"sourceRoot":""}