fix(plan): narrow mode in EditForm IIFE and style plan-banner
This commit is contained in:
@@ -123,3 +123,22 @@
|
||||
margin-bottom: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.plan-banner {
|
||||
padding: 10px 14px;
|
||||
margin-bottom: 16px;
|
||||
background: var(--info-soft, #eff6ff);
|
||||
border: 1px solid var(--info-light, #bfdbfe);
|
||||
border-left: 4px solid var(--info, #3b82f6);
|
||||
border-radius: var(--border-radius-sm, 6px);
|
||||
color: var(--info, #1e40af);
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.plan-banner code {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user