From 07ca16f41c53eccf4a9b959bd4e4656a987d8199 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 25 Apr 2023 17:53:24 -0600 Subject: AƱade listado de productos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/stylesheets/product_listing.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/components/stylesheets/product_listing.css (limited to 'src/components/stylesheets/product_listing.css') 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 -- cgit v1.2.3