feat(payment): support user-bound seven-discount offers
This commit is contained in:
@@ -189,6 +189,26 @@
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.commercialActionButton:disabled {
|
||||
cursor: wait;
|
||||
opacity: 0.72;
|
||||
}
|
||||
|
||||
.commercialActionError {
|
||||
margin: -4px 0 10px;
|
||||
color: #ffb4ab;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.commercialActionSpinner {
|
||||
animation: commercial-action-spin 0.8s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes commercial-action-spin {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
.bubbleAi {
|
||||
max-width: var(--chat-bubble-max-width, 75%);
|
||||
background: var(--color-bubble-ai, rgba(255, 255, 255, 0.08));
|
||||
|
||||
Reference in New Issue
Block a user