more fixes
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
text-align: left !important;
|
||||
background-color: #f8fafc !important; /* Light gray background */
|
||||
border-bottom: 2px solid #e2e8f0 !important; /* Thicker bottom border */
|
||||
text-transform: uppercase;
|
||||
text-transform: capitalize;
|
||||
letter-spacing: 0.3px;
|
||||
}
|
||||
|
||||
@@ -365,10 +365,10 @@ select.igny8-select-styled option:checked {
|
||||
}
|
||||
|
||||
.igny8-header-metric-label {
|
||||
font-size: 10px;
|
||||
font-size: 13px; /* increased from 10px by 25%+ */
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
text-transform: capitalize;
|
||||
letter-spacing: 0.3px;
|
||||
color: rgb(100 116 139); /* slate-500 */
|
||||
}
|
||||
|
||||
@@ -377,7 +377,7 @@ select.igny8-select-styled option:checked {
|
||||
}
|
||||
|
||||
.igny8-header-metric-value {
|
||||
font-size: 14px;
|
||||
font-size: 16px; /* increased from 14px */
|
||||
font-weight: 700;
|
||||
color: rgb(30 41 59); /* slate-800 */
|
||||
margin-left: 4px;
|
||||
|
||||
Reference in New Issue
Block a user