color adjustment to extra images block
[ryf-theme.git] / css / style.css
index 748565286960c67676792fe135667649b182f2f3..ac87474f8301a0a85ba2ab38899f424c0141b509 100644 (file)
@@ -218,6 +218,12 @@ a { transition: 0.3s; }
 /* Vendors list */
 
 
+.vendors-list-row ul {
+  padding: 10px;
+  margin: 0 auto;
+  overflow: auto;
+}
+
 @media screen and (max-width: 767px) {
   .vendors-list-row {
     margin: 0px auto;
@@ -351,7 +357,7 @@ a { transition: 0.3s; }
 
 @media screen and (min-width: 768px) {
   .view-taxonomy-term .view-header {
-    width: 700px;
+    max-width: 700px;
   }
 }
 
@@ -413,6 +419,30 @@ a { transition: 0.3s; }
   border-radius: 10px;
 }
 
+.page-node-type-product .product .field--name-field-categories .field--item {
+  display: list-item;
+  list-style: circle;
+  margin-left: 15px;
+}
+
+/* product page colors */
+.page-node-type-product .product .field--name-field-image {
+  background-color: #fff;
+  border-color: #aaa;
+}
+.page-node-type-product .product .field--name-field-extra-images {
+  background-color: #f3f3f3;
+  border-color: #aaa;
+}
+.page-node-type-product .product .field--name-field-categories {
+  background-color: #def;
+  border-color: #8ad;
+}
+.page-node-type-product .product .field--name-field-vendor {
+  background-color: #dfe;
+  border-color: #8da;
+}
+
 @media screen and (max-width: 767px) {
   .page-node-type-product .product .field--name-field-extra-images {
     margin: 10px auto 0px auto;