updated colors of vendor / categories blocks
[ryf-theme.git] / css / style.css
index 578b6890bffaf6ffa245a1bdf15a2011b7a971b8..d2371c5f247d46b0b0fd10029a3c0110bca384dd 100644 (file)
@@ -103,6 +103,12 @@ a { transition: 0.3s; }
 /* RYF List */
 
 
+.ryf-list-row ul {
+  padding: 0;
+  margin: 0 auto;
+  overflow: auto;
+}
+
 .ryf-list {
   float: left;
   margin: 0;
@@ -180,7 +186,14 @@ a { transition: 0.3s; }
   text-align: right;
 }
 
+.feed-icons {
+  clear: both;
+}
+
 @media screen and (min-width: 450px) and (max-width: 659px) {
+  .ryf-list-row ul {
+    max-width: 600px;
+  }
   .ryf-list {
     max-width: 300px;
     float: none;
@@ -188,6 +201,9 @@ a { transition: 0.3s; }
   }
 }
 @media screen and (min-width: 660px) and (max-width: 767px) {
+  .ryf-list-row ul {
+    max-width: 600px;
+  }
   .ryf-list-row {
     margin: 0 auto;
     max-width: 660px;
@@ -202,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;
@@ -294,10 +316,6 @@ a { transition: 0.3s; }
   clear: left;
 }
 
-.feed-icons {
-  clear: both;
-}
-
 @media screen and (max-width: 559px) {
   .view-taxonomy-term .view-header {
     margin: 0 auto 40px auto;
@@ -339,7 +357,7 @@ a { transition: 0.3s; }
 
 @media screen and (min-width: 768px) {
   .view-taxonomy-term .view-header {
-    width: 700px;
+    max-width: 700px;
   }
 }
 
@@ -401,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: #eee;
+  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;