|
@@ -261,7 +261,7 @@ h2 {
|
|
|
background-color: #f8fafc;
|
|
background-color: #f8fafc;
|
|
|
color: var(--text-sub);
|
|
color: var(--text-sub);
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
|
letter-spacing: 0.5px;
|
|
letter-spacing: 0.5px;
|
|
|
border-bottom: 2px solid var(--border);
|
|
border-bottom: 2px solid var(--border);
|
|
@@ -270,7 +270,7 @@ h2 {
|
|
|
.order-table td {
|
|
.order-table td {
|
|
|
padding: 16px;
|
|
padding: 16px;
|
|
|
border-bottom: 1px solid var(--border);
|
|
border-bottom: 1px solid var(--border);
|
|
|
- font-size: 16px;
|
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
color: var(--text-main);
|
|
color: var(--text-main);
|
|
|
}
|
|
}
|
|
|
|
|
|