From: Ian Weller Date: Wed, 9 Mar 2016 20:24:51 +0000 (-0500) Subject: added border radius to the detail button X-Git-Tag: v1.0.0^2~106 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fd424356883121b02ae9ed278d39f28a86d63943;p=WP-Themes%2FDiscoverKZOO.git added border radius to the detail button --- diff --git a/css/app.css b/css/app.css index 284e96e..4d27a84 100644 --- a/css/app.css +++ b/css/app.css @@ -7044,6 +7044,7 @@ header { background-color: #db1f5d; border-color: #af194a; color: #FFFFFF; + border-radius: 3px; transition: background-color 300ms ease-out; } #glm-event-wrapper button:hover, #glm-event-wrapper button:focus { background-color: #af194a; } diff --git a/scss/_main.scss b/scss/_main.scss index 7aa36d8..5bb7add 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -257,7 +257,7 @@ // Background color. We can set $bg:false for a transparent background. Default: $primary-color. $pink, // If true, set to button radius which is $global-radius or explicitly set radius amount in px (ex. $radius:10px). Default:false. - false, + 3px, // We can set $full-width:true to remove side padding extend width. Default:false false, // We can set $disabled:true to create a disabled transparent button. Default:false