fix: remove unused CSS selectors from payments edit page
Remove .split-details and .personal-amount CSS selectors that were not being used in the markup, eliminating build warnings.
This commit is contained in:
@@ -892,25 +892,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-details {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: flex-end;
|
|
||||||
gap: 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.personal-amount {
|
|
||||||
font-size: 0.85rem;
|
|
||||||
color: var(--nord3);
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
.personal-amount {
|
|
||||||
color: var(--nord4);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.split-amount.positive {
|
.split-amount.positive {
|
||||||
color: var(--green);
|
color: var(--green);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user