Skip to content

Commit

Permalink
Merge pull request #59 from Netcentric/KAW-8171-circle
Browse files Browse the repository at this point in the history
Kaw 8171 circle, KAW-8173- fonts
  • Loading branch information
TomaszDziezykNetcentric authored Oct 21, 2024
2 parents 574092f + ee3f7f2 commit 44896e4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions blocks/vehicle-selector/vehicle-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
line-height: 150%;
}

.description-value .h6 {
.description-value .h6 em {
font-style: normal;
font-weight: 600;
}

Expand Down Expand Up @@ -185,7 +186,7 @@ ul.vehicle-selector__navigation {
font-size: 0;
line-height: 0;
margin: 0;
padding: 12px;
padding: 7px;
position: relative;
opacity: 0;
transition: opacity var(--duration-small) var(--easing-standard);
Expand Down Expand Up @@ -239,6 +240,10 @@ ul.vehicle-selector__navigation {
width: 100vw;
margin-left: calc((100vw - 100%)* -1 / 2);
}

.description-value .h6 {
font-weight: 600;
}
}

@media screen and (width >= 1440px) {
Expand Down

0 comments on commit 44896e4

Please sign in to comment.