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

Commit

Permalink
fix: change font size and font weight based on design
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Nov 22, 2022
1 parent 6399408 commit 1b6aa16
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/sass/app/components/market.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
padding-bottom: 80px;
}
.market_name {
@include market_name(18px, 400, $COLOR_BLUE);
@include market_name(18px, 500, $COLOR_BLUE);
@media (min-width: 320px) and (max-width: 767px) {
font-size: 16px;
}
Expand All @@ -323,10 +323,7 @@
margin-bottom: 10px;

.submarket_name {
@include market_name(12px, 300, $COLOR_ORANGE);
@media (min-width: 320px) and (max-width: 767px) {
font-size: 12px;
}
@include market_name(12px, 400, $COLOR_ORANGE);
}
.symbols {
display: flex;
Expand Down Expand Up @@ -385,7 +382,7 @@
}
}
.subgroup_name {
@include market_name(18px,400, $COLOR_BLUE);
@include market_name(18px,500, $COLOR_BLUE);
@media (min-width: 320px) and (max-width: 767px) {
font-size: 16px;
}
Expand All @@ -406,7 +403,7 @@
margin-bottom: 10px;

.submarket_name {
@include market_name(12px, 300, $COLOR_ORANGE);
@include market_name(12px, 400, $COLOR_ORANGE);
@media (min-width: 320px) and (max-width: 767px) {
font-size: 12px;
}
Expand Down

0 comments on commit 1b6aa16

Please sign in to comment.