style: update font sizes for labels and page titles across multiple components
This commit is contained in:
parent
56355569f2
commit
1f2ca09b81
|
|
@ -11,3 +11,7 @@
|
|||
.account-content {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue