Add bold styling for low ROAS values and enhance product display

This commit is contained in:
2025-03-08 11:31:20 +01:00
parent c150f6fb39
commit ce9c9a1507
5 changed files with 15 additions and 2728 deletions

View File

@@ -12,6 +12,10 @@ $cBlack: #4e5e6a;
text-align: right;
}
.text-bold {
font-weight: 900 !important;
}
.nowrap {
white-space: nowrap;
}