mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Rename status-indicator to status-label in CSS and HTML
Updated the CSS class `.status-indicator` to `.status-label` in `earnings.css`, including style adjustments for padding and font size. Modified the corresponding HTML in `earnings.html` to reflect this change, ensuring consistency across the codebase.
This commit is contained in:
parent
5a6331d032
commit
05301cc1ea
@ -147,7 +147,7 @@
|
||||
}
|
||||
|
||||
/* Status indicators with color families similar to dashboard */
|
||||
.status-indicator {
|
||||
.status-label {
|
||||
display: inline-block;
|
||||
padding: 0.25rem 0.5rem;
|
||||
border-radius: 4px;
|
||||
@ -362,7 +362,7 @@
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.status-indicator {
|
||||
.status-label {
|
||||
font-size: 0.7rem;
|
||||
padding: 0.15rem 0.3rem;
|
||||
}
|
||||
@ -440,7 +440,7 @@
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.status-indicator {
|
||||
.status-label {
|
||||
font-size: 0.7rem;
|
||||
padding: 0.15rem 0.3rem;
|
||||
}
|
||||
|
@ -123,7 +123,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<span class="status-indicator status-{{ payment.status }}">{{ payment.status }}</span>
|
||||
<span class="status-label status-{{ payment.status }}">{{ payment.status }}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user