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