This commit is contained in:
Yusuf Ipek
2021-04-14 05:21:54 +03:00
commit 75c10da58f
19 changed files with 108 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{background-color:#181a1b;color:#fff}.Cards{display:flex;justify-content:center}.clock{text-align:center;font-size:120px}@media screen and (max-width:700px){.clock{font-size:60px}}.forecast{display:flex;justify-content:center;align-items:center}@media screen and (max-width:700px){.forecast{width:60px}}.title{text-align:center}.card{margin-left:20px;width:200px;height:260px;background-color:#242f34;border:1px solid grey;border-radius:5px;padding:10px}.card .text{list-style:none;line-height:30px}.card .text,.card .Title{text-align:center}.card a:active,.card a:link,.card a:visited{color:#fff}
/*# sourceMappingURL=main.5903f99b.chunk.css.map */
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["webpack://src/index.css","webpack://src/App.css","webpack://src/components/time/time-component.scss","webpack://src/components/fetch weather/weather-fetch.scss","webpack://src/components/card/card-style.scss"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CCZA,KACE,wBAAyB,CACzB,UACF,CAEA,OACE,YAAa,CACb,sBACF,CCRA,OACE,iBAAkB,CAClB,eAAgB,CACjB,oCAGC,OACE,cAAe,CAChB,CCRH,UACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACpB,oCAGC,UACE,UAAW,CACZ,CCTH,OACE,iBAAkB,CACnB,MAGC,gBAAiB,CACjB,WAAY,CACZ,YAAa,CACb,wBAAyB,CACzB,qBAAsB,CACtB,iBAAkB,CAClB,YAAa,CAPf,YAWI,eAAgB,CAChB,gBAAiB,CAZrB,yBAUI,iBAKkB,CAftB,4CAyBI,UAAY","file":"main.5903f99b.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","body {\n background-color: #181a1b;\n color: white;\n}\n\n.Cards {\n display: flex;\n justify-content: center;\n}\n",".clock {\n text-align: center;\n font-size: 120px;\n}\n\n@media screen and (max-width: 700px) {\n .clock {\n font-size: 60px;\n }\n}\n",".forecast {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@media screen and (max-width: 700px) {\n .forecast {\n width: 60px;\n }\n}\n",".title {\n text-align: center;\n}\n\n.card {\n margin-left: 20px;\n width: 200px;\n height: 260px;\n background-color: #242f34;\n border: 1px solid grey;\n border-radius: 5px;\n padding: 10px;\n\n .text {\n text-align: center;\n list-style: none;\n line-height: 30px;\n }\n .Title {\n text-align: center;\n }\n\n a:link {\n color: white;\n } /* unvisited link */\n a:visited {\n color: white;\n } /* visited link */\n a:active {\n color: white;\n }\n}\n"]}