Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 1b6aa16

Browse files
committed
fix: change font size and font weight based on design
1 parent 6399408 commit 1b6aa16

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/sass/app/components/market.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
padding-bottom: 80px;
305305
}
306306
.market_name {
307-
@include market_name(18px, 400, $COLOR_BLUE);
307+
@include market_name(18px, 500, $COLOR_BLUE);
308308
@media (min-width: 320px) and (max-width: 767px) {
309309
font-size: 16px;
310310
}
@@ -323,10 +323,7 @@
323323
margin-bottom: 10px;
324324

325325
.submarket_name {
326-
@include market_name(12px, 300, $COLOR_ORANGE);
327-
@media (min-width: 320px) and (max-width: 767px) {
328-
font-size: 12px;
329-
}
326+
@include market_name(12px, 400, $COLOR_ORANGE);
330327
}
331328
.symbols {
332329
display: flex;
@@ -385,7 +382,7 @@
385382
}
386383
}
387384
.subgroup_name {
388-
@include market_name(18px,400, $COLOR_BLUE);
385+
@include market_name(18px,500, $COLOR_BLUE);
389386
@media (min-width: 320px) and (max-width: 767px) {
390387
font-size: 16px;
391388
}
@@ -406,7 +403,7 @@
406403
margin-bottom: 10px;
407404

408405
.submarket_name {
409-
@include market_name(12px, 300, $COLOR_ORANGE);
406+
@include market_name(12px, 400, $COLOR_ORANGE);
410407
@media (min-width: 320px) and (max-width: 767px) {
411408
font-size: 12px;
412409
}

0 commit comments

Comments
 (0)