From: Vincent Vanwaelscappel Date: Thu, 2 Apr 2020 09:47:03 +0000 (+0200) Subject: wait #3545 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=79644c1ad30d26af4747ca33e28f2c8cd70ea45d;p=pmi.git wait #3545 @1.5 --- diff --git a/public/images/icon-phone.svg b/public/images/icon-phone.svg index 67e8b98..292605e 100644 --- a/public/images/icon-phone.svg +++ b/public/images/icon-phone.svg @@ -1 +1,17 @@ - + + + + + + + + + + + + diff --git a/resources/styles/components/contact-shortcut.styl b/resources/styles/components/contact-shortcut.styl index 468c215..c98e738 100644 --- a/resources/styles/components/contact-shortcut.styl +++ b/resources/styles/components/contact-shortcut.styl @@ -1,4 +1,4 @@ -$contact-tab-width = 48px // Width of visible tab when closed +$contact-tab-width = 60px // Width of visible tab when closed .contact-shortcut @apply fixed text-white @@ -12,6 +12,7 @@ $contact-tab-width = 48px // Width of visible tab when closed white-space: nowrap transform: translateX(- $contact-tab-width) transition: transform 0.5s ease + font-size 1.5rem &:hover transform: translateX(-100%) .contact-shortcut-detail @@ -20,9 +21,9 @@ $contact-tab-width = 48px // Width of visible tab when closed //transition: none // So it snaps out on hover but animates on mouseout &-icon - @apply mr-3 - height: 22px - width: 25px // IE11 doesn't like auto widths + @apply mr-4 + height: 36px + width: 40px // IE11 doesn't like auto widths &-detail @apply p-3 diff --git a/resources/views/partials/contact-shortcut.blade.php b/resources/views/partials/contact-shortcut.blade.php index f12a4be..0fb158b 100644 --- a/resources/views/partials/contact-shortcut.blade.php +++ b/resources/views/partials/contact-shortcut.blade.php @@ -1,13 +1,13 @@
- + {{ __('Téléphone') }} {{ $global->phone }}
+