Fix button style (#4166)

This commit is contained in:
the1812 2023-05-20 18:01:05 +08:00
parent bd06d8efdc
commit e3c58944d9

View File

@ -18,7 +18,8 @@
line-height: inherit;
}
.popup::before, .popup::after {
.popup::before,
.popup::after {
left: auto;
right: calc(1em + 33px);
transform: translateX(50%);
@ -34,18 +35,22 @@
fill: inherit;
background: inherit !important;
&-btn {
padding-top: 0 !important;
color: rgba(255, 255, 255, 0.9) !important;
&:hover {
background-color: transparent !important;
color: #fff !important;
}
}
.bg-text {
height: auto !important;
line-height: normal !important;
}
.bag-icon {
display: none;
}
span {
font-size: inherit;
color: rgba(255, 255, 255, 0.9);
cursor: pointer;
&:hover {
color: #fff;
}
}
}
}
}