blob: ac598af33219a63997a079580a99b0a3f6908d17 [file] [log] [blame]
.swipe-top-button {
text-decoration: none;
/* letter-spacing: 2px; */
text-align: center;
position: relative;
transition: all .35s;
overflow: hidden;
}
.swipe-top-button span {
position: relative;
z-index: 2;
}
.swipe-top-button:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 0;
background: #444FD9;
transition: all .35s;
}
.swipe-top-button:hover {
color: #fff;
}
.swipe-top-button:hover:after {
height: 100%;
}