qwxe
This commit is contained in:
parent
3a01f4d519
commit
d50fef4b1a
|
|
@ -665,31 +665,36 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
}
|
||||
.context-btn.btn-primary-context i { color: rgba(255,255,255,0.8); }
|
||||
|
||||
/* Stats row in context */
|
||||
/* Stats (Look Tableur) */
|
||||
.context-stats {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
margin-bottom: 10px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1px;
|
||||
background: var(--border-light);
|
||||
border: 1px solid var(--border-light);
|
||||
border-radius: var(--radius-sm);
|
||||
overflow: hidden;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.context-stat {
|
||||
flex: 1;
|
||||
background: var(--bg-surface-2);
|
||||
border: 1px solid var(--border-light);
|
||||
border-radius: var(--radius-sm);
|
||||
padding: 8px 4px;
|
||||
text-align: center;
|
||||
background: white;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.context-stat-value {
|
||||
font-family: 'Syne', sans-serif;
|
||||
font-size: 0.95rem;
|
||||
font-weight: 800;
|
||||
color: var(--color-primary);
|
||||
font-family: 'Syne', sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 800;
|
||||
color: var(--color-primary);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.context-stat-label {
|
||||
font-size: 0.58rem;
|
||||
color: var(--text-muted);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
font-size: 9px;
|
||||
color: var(--text-muted);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Recent Policies List */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user