diff --git a/resources/views/connect/components/button.blade.php b/resources/views/connect/components/button.blade.php index b6e55e8..ca4dd91 100644 --- a/resources/views/connect/components/button.blade.php +++ b/resources/views/connect/components/button.blade.php @@ -34,16 +34,18 @@ border: 1px solid #eee; box-shadow: 0 1px 3px #aaa; border-radius: 3px; - padding: 5px; + padding: 5px 10px; + text-decoration: none; } .bconnect-button span { - line-height: 30px; + line-height: 40px; display: inline-block; + font-weight: bold; + color: #555; + font-size: 16px; } .bconnect-button svg { display: inline-block; - height: 30px; - font-weight: bold; - color: #555; + height: 40px; }