Skip to content

Commit

Permalink
Merge branch 'master' into purchase-responsive-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Sep 4, 2024
2 parents 1739d5b + 840bccd commit 75caa72
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/sass/_common/reskin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,25 @@ body {
}
div#underlying_details {
display: flex;
gap: 6px;
flex-direction: column;
transform: scale(0.88);

@media(max-width: 768px) {
flex-direction: row;
}

#spot{
margin-top: 5px;
#spot {
line-height: 26px !important;
margin-left: 0 !important;
padding-block: var(--semantic-spacing-general-2xs) !important;
padding-inline: var(--semantic-spacing-general-xs) !important;
}
.price_moved_up {
background-color: var(--semantic-color-emerald-solid-surface-normal-highest);
}
.price_moved_down {
background-color: var(--semantic-color-cherry-solid-surface-normal-highest);
}
}
div#onboarding-container {
Expand Down

0 comments on commit 75caa72

Please sign in to comment.