summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/product_listing.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/stylesheets/product_listing.css')
-rw-r--r--src/components/stylesheets/product_listing.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/stylesheets/product_listing.css b/src/components/stylesheets/product_listing.css
new file mode 100644
index 0000000..c926448
--- /dev/null
+++ b/src/components/stylesheets/product_listing.css
@@ -0,0 +1,9 @@
+.product-listing {
+ width: 70%;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+.product-listing-text {
+ color: #394490;
+} \ No newline at end of file