made puchase link into a blue button
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 1 Nov 2019 20:33:42 +0000 (16:33 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 1 Nov 2019 20:33:42 +0000 (16:33 -0400)
most of this css code comes from bootstrap 3's primary button css.

css/style.css

index da225ba28abc7630a854fd763bdcf5b0a9d10445..2e87d88efead8db0bb25dd2ebf949ae9dc1dee54 100644 (file)
@@ -650,6 +650,33 @@ nav .search-block-form {
   margin-left: 15px;
 }
 
+/* Mostly from Bootstrap 3 button CSS */
+.page-node-type-product .product .field--name-field-vendor-product-link a {
+    color: #fff;
+    background-color: #337ab7;
+    border-color: #2e6da4;
+    display: inline-block;
+    margin-bottom: 0;
+    font-weight: normal;
+    text-align: center;
+    white-space: nowrap;
+    vertical-align: middle;
+    -ms-touch-action: manipulation;
+    touch-action: manipulation;
+    cursor: pointer;
+    background-image: none;
+    border: 1px solid transparent;
+    padding: 6px 12px;
+    font-size: 14px;
+    line-height: 1.42857143;
+    border-radius: 4px;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
+    text-decoration: none;
+}
+
 #block-views-block-categories-categories-block ul {
   margin: 0; padding: 0 10px;
   list-style: none;