update: シェアボタンホバー時にアニメーションを適用
This commit is contained in:
parent
3caa680df8
commit
4e850b3f3e
@ -319,6 +319,7 @@
|
|||||||
transform: translateX(calc(100% + 5px));
|
transform: translateX(calc(100% + 5px));
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
transition: all 0.3s ease 0s;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -329,11 +330,15 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
color: $theme-purple;
|
color: $theme-purple;
|
||||||
background-color: $theme-mint;
|
transition: all 0.3s ease 0s;
|
||||||
|
|
||||||
i { font-size: 20px; margin-right: 5px; }
|
i { font-size: 20px; margin-right: 5px; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.top-page__share-btn:hover {
|
||||||
|
a { color: #fff; }
|
||||||
|
background-color: $theme-pink;
|
||||||
|
}
|
||||||
|
|
||||||
.top-page[data-state="start"] {
|
.top-page[data-state="start"] {
|
||||||
/*** ring ***/
|
/*** ring ***/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user