diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-03 07:40:28 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-03 07:40:28 +0530 |
| commit | c6da6311ada94fbde136f966cc158111bb6a2f38 (patch) | |
| tree | 9b39b96aea3156f9e4fde3a6b13105f3574d2f1a | |
| parent | ba1a666b3242230c105a8444acd69c1d9dd6cd04 (diff) | |
| download | firebase-ecommerce-c6da6311ada94fbde136f966cc158111bb6a2f38.tar.xz firebase-ecommerce-c6da6311ada94fbde136f966cc158111bb6a2f38.zip | |
Added Cart Elements
| -rw-r--r-- | dashboard/cart/index.html | 7 |
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> |
