Gift Modal: Hot fixes (#5995)
This commit is contained in:
parent
b5c8d3bf81
commit
aea46b1796
@ -28,6 +28,8 @@
|
||||
|
||||
opacity: 0;
|
||||
background-color: var(--color-hover-overlay);
|
||||
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
|
||||
:global(html.theme-dark) & {
|
||||
|
||||
@ -161,7 +161,7 @@
|
||||
|
||||
.resaleHeaderText {
|
||||
margin: 0;
|
||||
margin-bottom: 0.25rem !important;
|
||||
margin-bottom: 0.0625rem !important;
|
||||
}
|
||||
|
||||
.resaleHeaderDescription {
|
||||
|
||||
@ -42,6 +42,8 @@
|
||||
color: var(--color-text-secondary);
|
||||
white-space: nowrap;
|
||||
|
||||
transition: background-color 0.15s;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
background-color: var(--color-background-secondary-accent);
|
||||
|
||||
@ -146,6 +146,7 @@
|
||||
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin-top: 0.0625rem;
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user