-
Notifications
You must be signed in to change notification settings - Fork 231
fix: move Derived to the correct position based on requirements #7287
fix: move Derived to the correct position based on requirements #7287
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
src/sass/app/components/market.scss
Outdated
@@ -288,6 +288,23 @@ | |||
font-size: 20px; | |||
padding: 16px 0px; | |||
font-weight: 700; | |||
flex: 1 0 auto; | |||
color: $COLOR_BLUE; | |||
transition: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove this as default value for transition is none?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫡 can
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
004cc9e
src/sass/app/components/market.scss
Outdated
padding: 10px 0; | ||
font-weight: 400; | ||
flex: 1 0 auto; | ||
color: $COLOR_BLUE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we add a mixin for .subgroup-name
and .label
? the css is basically the same except for the font-weight
src/sass/app/components/market.scss
Outdated
@media (max-width: 767px) { | ||
top: 123px; | ||
width: calc(100% - 16px); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here for .sticky
and the one under .label
src/sass/app/components/market.scss
Outdated
padding: 10px 0 0; | ||
flex: 1 0 auto; | ||
font-weight: 300; | ||
color: $COLOR_ORANGE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could also relate to the mixin I mentioned for .subgroup-name
since they're quite similar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1b6aa16
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
No description provided.