update: シェアボタンホバー時にアニメーションを適用

This commit is contained in:
yuki540 2018-04-19 01:42:36 +09:00
parent 3caa680df8
commit 4e850b3f3e

View File

@ -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 ***/