From 93965986a6da097ce3a311172324f3d271e38c81 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Mon, 11 May 2020 17:01:11 +0200 Subject: [PATCH] Button --- resources/views/connect/components/button.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/connect/components/button.blade.php b/resources/views/connect/components/button.blade.php index ca4dd91..6a75e6a 100644 --- a/resources/views/connect/components/button.blade.php +++ b/resources/views/connect/components/button.blade.php @@ -32,9 +32,11 @@ .bconnect-button { display: inline-block; border: 1px solid #eee; - box-shadow: 0 1px 3px #aaa; + box-shadow: 0 2px 2px #ccc; border-radius: 3px; padding: 5px 10px; + } + .bconnect-button:hover { text-decoration: none; } .bconnect-button span { @@ -47,5 +49,6 @@ .bconnect-button svg { display: inline-block; height: 40px; + width: 40px; }