3034f4ce6c
* bring in ody styles; modify; cleanup * workflow * workflow * v0.52.6-alpha.teststyles.1 * fix hook * v0.52.6-alpha.teststyles.2 * style fixes * fix pagination styling * v0.52.6-alpha.teststyles.3 * wallet icon was bad * restore deploy script * fixes * fix player close button * modal inputs * cleanup * cleanup * fix staked indicator * fix profile menu button skel delay * fix view-all-playlists hover * fix overlay buttons on collection page * fix header buttons
25 lines
581 B
SCSS
25 lines
581 B
SCSS
.superChat {
|
|
border-radius: var(--border-radius);
|
|
background-color: linear-gradient(to right, var(--color-superchat), var(--color-superchat-3));
|
|
padding: 0.2rem var(--spacing-xs);
|
|
font-weight: var(--font-weight-bold);
|
|
font-size: var(--font-xsmall);
|
|
|
|
.credit-amount {
|
|
color: var(--color-superchat-text);
|
|
}
|
|
}
|
|
|
|
.superChat--light {
|
|
@extend .superChat;
|
|
background-color: rgba(var(--color-primary-dynamic), 0.8);
|
|
margin-bottom: 2px;
|
|
padding-top: 5px;
|
|
|
|
.credit-amount {
|
|
color: var(--color-primary-contrast);
|
|
.icon {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|