diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-09 07:44:15 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-09 07:44:15 +0530 |
| commit | f9649f4578fb73f998f5c7d0e81a3802169a6520 (patch) | |
| tree | 33e32c91930b563bf448dbb202facaa33cbce8ad | |
| parent | e7c3dac0306f81c53f04ff1ab13a9e1465aaa10d (diff) | |
| download | firebase-ecommerce-f9649f4578fb73f998f5c7d0e81a3802169a6520.tar.xz firebase-ecommerce-f9649f4578fb73f998f5c7d0e81a3802169a6520.zip | |
Updated Home Page
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | shared/css/dashboard.css | 89 | ||||
| -rw-r--r-- | shared/css/main.css (renamed from shared/css/homepage.css) | 0 |
3 files changed, 1 insertions, 90 deletions
@@ -6,7 +6,7 @@ <meta content="ie=edge" http-equiv="X-UA-Compatible"> <title>Firebase ECommerce Solution</title> <link crossorigin="anonymous" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" rel="stylesheet"> - <link href="shared/css/homepage.css" rel="stylesheet"> + <link href="shared/css/main.css" rel="stylesheet"> </head> <body> <nav class="navbar navbar-expand-lg navbar-dark bg-primary"> diff --git a/shared/css/dashboard.css b/shared/css/dashboard.css deleted file mode 100644 index 048a6af..0000000 --- a/shared/css/dashboard.css +++ /dev/null @@ -1,89 +0,0 @@ -#snackbar { - visibility: hidden; - min-width: 250px; - background-color: rgb(231, 81, 81); - color: #fff; - text-align: center; - border-radius: 2px; - padding: 16px; - position: fixed; - z-index: 1; - top: 30px; - right:30px; -} -#snackbar.show { - visibility: visible; - -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; - animation: fadein 0.5s, fadeout 0.5s 2.5s; -} -@-webkit-keyframes fadein { - from {opacity: 0;} - to { opacity: 1;} -} - -@keyframes fadein { - from { opacity: 0;} - to { opacity: 1;} -} - -@-webkit-keyframes fadeout { - from {opacity: 1;} - to {opacity: 0;} -} - -@keyframes fadeout { - from {opacity: 1;} - to {opacity: 0;} -} -.middle { - margin: 0 auto; - width: 50%; - justify-content: center; - justify-items: center; - align-content: center; - align-items: center; -} -#signout { - position: absolute; - top: 25px; - right: 25px; -} -#cart { - position: absolute; - top: 25px; - right: 105px; -} -.singleProduct { - width: 250px; - border: solid 1px #333; - padding: 20px; - border-radius: 5px; - margin: 10px; - display: inline-block; -} -.productImage { - width: 210px; - height: 210px; - background-repeat: no-repeat; - background-size: cover; - background-position: center; -} -.productTitle { - display: inline-block; - width: 250px; - white-space: nowrap; - overflow: hidden !important; - text-overflow: ellipsis; - margin-bottom: -10px; -} -.productDetail { - display: grid; - grid-template-columns: 50% auto; - padding: 50px 0px; -} -.picture { - width: 100%; - background-repeat: no-repeat; - background-size: contain; - background-position: center; -}
\ No newline at end of file diff --git a/shared/css/homepage.css b/shared/css/main.css index 9b97325..9b97325 100644 --- a/shared/css/homepage.css +++ b/shared/css/main.css |
