colorful
This commit is contained in:
@@ -488,6 +488,29 @@ select {
|
||||
background-color: var(--crm-surface-container-lowest) !important;
|
||||
}
|
||||
|
||||
/* ---------- FIX: Icon sizing ---------- */
|
||||
svg.fi-icon,
|
||||
.fi-icon svg,
|
||||
.fi-btn svg.fi-icon,
|
||||
.fi-icon-btn svg,
|
||||
.fi-input-wrp svg,
|
||||
.fi-select svg,
|
||||
.fi-fo-field-wrp svg,
|
||||
svg[class*="fi-icon"] {
|
||||
width: 1.25rem !important;
|
||||
height: 1.25rem !important;
|
||||
max-width: 1.25rem !important;
|
||||
max-height: 1.25rem !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
/* Smaller icons in table cells and badges */
|
||||
.fi-ta-cell svg.fi-icon,
|
||||
.fi-badge svg {
|
||||
width: 1rem !important;
|
||||
height: 1rem !important;
|
||||
}
|
||||
|
||||
/* ---------- Similar Cases footer panel ---------- */
|
||||
.fi-footer {
|
||||
margin-top: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user