style: update font sizes for labels and page titles across multiple components

This commit is contained in:
2026-07-08 13:16:50 -03:00
parent 56355569f2
commit 1f2ca09b81
5 changed files with 15 additions and 8 deletions

View File

@@ -11,3 +11,7 @@
.account-content {
flex: 1;
}
label {
font-size: 13px !important;
}

View File

@@ -21,12 +21,13 @@
}
.purchase-id {
font-weight: bold;
color: #333;
font-size: 14px;
color: #666666;
font-size: 13px;
}
.purchase-date {
color: #888;
font-size: 12px;
font-weight: 325;
color: #666666;
font-size: 10px;
}
.arrow-icon {
width: 8px;

View File

@@ -4,8 +4,9 @@
width: 100%;
max-width: 600px;
}
.page-title {
font-size: 16px;
font-size: 15px;
font-weight: bold;
color: #888;
margin-bottom: 24px;

View File

@@ -4,8 +4,9 @@
width: 100%;
max-width: 600px;
}
.page-title {
font-size: 16px;
font-size: 15px;
font-weight: bold;
color: #888;
margin-bottom: 24px;

View File

@@ -41,7 +41,7 @@ label {
gap: 8px;
label {
font-size: 14px;
font-size: 13px;
color: #888;
font-weight: normal;
margin-bottom: 0;
@@ -56,4 +56,4 @@ label {
font-size: 0.75rem;
color: var(--color-danger, #dc3545);
}
}
}