refactor: review overview styles

This commit is contained in:
Carlos Valente
2025-11-08 06:59:29 +01:00
committed by Carlos Valente
parent d34a1f0fd8
commit 15f3b9625c
7 changed files with 40 additions and 17 deletions
@@ -1,10 +1,14 @@
.title {
font-size: 1.5rem;
font-size: 1.75rem;
font-weight: 600;
color: $ui-white;
line-height: 1;
@include ellipsis-overflow;
}
.description {
font-size: 1rem;
color: $label-gray;
color: $secondary-text-gray;
font-weight: 400;
@include ellipsis-overflow;
}