fix(chat): prompt guests to log in at quota limit
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
.text {
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
margin: 0 0 var(--spacing-lg, 16px);
|
||||
@@ -32,7 +32,7 @@
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(135deg, #ffb8e0 0%, #f57ec0 100%);
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
||||
|
||||
Reference in New Issue
Block a user