update: シェアボタンホバー時にアニメーションを適用
This commit is contained in:
parent
3caa680df8
commit
4e850b3f3e
@ -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 ***/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user