Skip to content

Commit

Permalink
fix: fixted title background issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavDionisiev committed Nov 14, 2024
1 parent b4bf703 commit a15a6e7
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions src/components/journeys/editor-journey/editor-journey.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,33 @@
.driver-popover-title[style*=block]+.driver-popover-description {
margin: 0;
}
}

.title {
padding: 1rem 0;
font-size: 1.125rem;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-weight: 400;
text-align: center;
color: $type-gray;
background-color: $ui-light-primary;
}

.description-wrapper {
flex-direction: row;
justify-content: space-evenly;
gap: 3rem;
margin: 3rem 4rem;

.journey-option {
flex-direction: column;
justify-content: center;
gap: 1rem;

img {
height: $cols2;
.driver-popover-description {
.title {
padding: 1rem 0;
font-size: 1.125rem;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-weight: 400;
text-align: center;
color: $type-gray;
background-color: $ui-light-primary;
}

.description-wrapper {
flex-direction: row;
justify-content: space-evenly;
gap: 3rem;
margin: 3rem 4rem;

.journey-option {
flex-direction: column;
justify-content: center;
gap: 1rem;

img {
height: $cols2;
}
}
}
}
}

0 comments on commit a15a6e7

Please sign in to comment.