From 4e850b3f3ec8d9eb4a4b1c5f18724072ad36894b Mon Sep 17 00:00:00 2001 From: yuki540 Date: Thu, 19 Apr 2018 01:42:36 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E3=82=B7=E3=82=A7=E3=82=A2=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=83=9B=E3=83=90=E3=83=BC=E6=99=82=E3=81=AB?= =?UTF-8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E9=81=A9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/modules/pc/_top-page.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/scss/modules/pc/_top-page.scss b/src/scss/modules/pc/_top-page.scss index 07cc4a4..a9d7e68 100644 --- a/src/scss/modules/pc/_top-page.scss +++ b/src/scss/modules/pc/_top-page.scss @@ -319,6 +319,7 @@ transform: translateX(calc(100% + 5px)); overflow: hidden; z-index: 1; + transition: all 0.3s ease 0s; a { position: relative; @@ -329,11 +330,15 @@ text-align: center; line-height: 50px; color: $theme-purple; - background-color: $theme-mint; + transition: all 0.3s ease 0s; i { font-size: 20px; margin-right: 5px; } } } + .top-page__share-btn:hover { + a { color: #fff; } + background-color: $theme-pink; + } .top-page[data-state="start"] { /*** ring ***/