From: Ian Weller Date: Wed, 9 Mar 2016 20:03:53 +0000 (-0500) Subject: adjusted the border radius X-Git-Tag: v1.0.0^2~107 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b55bab8206b5fd136b00acdffdfb5005315b4e86;p=WP-Themes%2FDiscoverKZOO.git adjusted the border radius --- diff --git a/css/app.css b/css/app.css index d9862de..284e96e 100644 --- a/css/app.css +++ b/css/app.css @@ -6952,7 +6952,7 @@ header { background-color: #db1f5d; border-color: #af194a; color: #FFFFFF; - border-radius: 10px; + border-radius: 3px; transition: background-color 300ms ease-out; } #glm-event-wrapper #glm-events-search-form .button:hover, #glm-event-wrapper #glm-events-search-form .button:focus { background-color: #af194a; } diff --git a/scss/_main.scss b/scss/_main.scss index abba884..7aa36d8 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -212,7 +212,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. - 10px, + 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