From: Steve Sutton Date: Mon, 23 May 2016 13:25:19 +0000 (-0400) Subject: Adding border radius to share button X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ec092def3c9325424a24a98f77d36340d6230ca2;p=WP-Themes%2FDiscoverKZOO.git Adding border radius to share button --- diff --git a/css/app.css b/css/app.css index 52d9d59..45cd4dc 100644 --- a/css/app.css +++ b/css/app.css @@ -7026,7 +7026,8 @@ header { font-weight: bold; color: white; width: auto; - height: 30px; } + height: 30px; + border-radius: 3px; } #footerShareThis, #stOff { position: relative; diff --git a/scss/_main.scss b/scss/_main.scss index 9b00c49..98c47b3 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -314,6 +314,7 @@ color: white; width: auto; height: 30px; + border-radius: 3px; } #footerShareThis, #stOff{ position: relative;