@@ -190,6 +190,7 @@ defineExpose({
justify-content: space-between;
align-items: center;
cursor: pointer;
+ transition: all 0.2s;
&:hover {
background: rgba(255, 255, 255, 0.4);
@@ -181,6 +181,12 @@ $waiPadding: 6.51rem;
font-size: 1.6rem;
color: #ffffff;
padding: 1.6vh 0 1.6vh 2rem;
+ cursor: pointer;
+
+ &:hover {
+ background: rgba(255, 255, 255, 0.2);
+ }
&:last-child {
border-bottom: none;