From: Andrew Engelbrecht Date: Fri, 1 Nov 2019 20:33:42 +0000 (-0400) Subject: made puchase link into a blue button X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=77fcf082c7ac0059cce275c9f64b2ef4b9e3c4dc;ds=sidebyside made puchase link into a blue button most of this css code comes from bootstrap 3's primary button css. --- diff --git a/css/style.css b/css/style.css index da225ba..2e87d88 100644 --- a/css/style.css +++ b/css/style.css @@ -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;