Skip to content

Commit

Permalink
Реализует преимущества для мобилки
Browse files Browse the repository at this point in the history
  • Loading branch information
baranovdmitriy87 committed Oct 18, 2024
1 parent 8ae0ae9 commit 6632096
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 2 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
33 changes: 31 additions & 2 deletions source/styles/blocks/features.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
justify-content: flex-start;
align-items: flex-start;
gap: 10;
margin: 0px 10px;
margin: 0 auto;
color: $base-black;
font-family: $montserrat-medium;
font-size: 24px;
Expand Down Expand Up @@ -52,7 +52,7 @@
.features__caption {
min-width: 75px;
padding: 0 20px;
margin: 20px auto 20px;
margin: 10px 0 0;
font-family: $montserrat-bold;
color: $base-black;
font-size: 18px;
Expand All @@ -61,6 +61,35 @@
text-align: center;
}

.features__span {
margin: 30px 0 0;
}


.features__icon {
margin: 30px 0 0;

&--speed::before {
@include features-icon-base-styles;
background-image: url("../../icons/features/clock.svg");
}

&--comfort::before {
@include features-icon-base-styles;
background-image: url("../../icons/features/pocket.svg");
}

&--energy::before {
@include features-icon-base-styles;
background-image: url("../../icons/features/lightning.svg");
}

&--eco::before {
@include features-icon-base-styles;
background-image: url("../../icons/features/leaf.svg");
}
}

.features__description {
color: $base-black;
font-family: $montserrat-regular;
Expand Down

0 comments on commit 6632096

Please sign in to comment.