aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-03 07:40:28 +0530
committerKumar Priyansh <[email protected]>2019-06-03 07:40:28 +0530
commitc6da6311ada94fbde136f966cc158111bb6a2f38 (patch)
tree9b39b96aea3156f9e4fde3a6b13105f3574d2f1a
parentba1a666b3242230c105a8444acd69c1d9dd6cd04 (diff)
downloadfirebase-ecommerce-c6da6311ada94fbde136f966cc158111bb6a2f38.tar.xz
firebase-ecommerce-c6da6311ada94fbde136f966cc158111bb6a2f38.zip
Added Cart Elements
-rw-r--r--dashboard/cart/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/dashboard/cart/index.html b/dashboard/cart/index.html
index d14a5ef..fa54f44 100644
--- a/dashboard/cart/index.html
+++ b/dashboard/cart/index.html
@@ -60,6 +60,13 @@
top: 25px;
right: 105px;
}
+ #loader {
+ margin-top: 50px;
+ }
+ tr, th, td {
+ padding: 10px;
+ border: solid 1px black;
+ }
</style>
</head>
<body>