style: update font sizes for labels and page titles across multiple components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user