Skip to content

Commit

Permalink
fix: change color price
Browse files Browse the repository at this point in the history
  • Loading branch information
RezenkovD committed Aug 14, 2023
1 parent d49ec6d commit a61efa1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vr_club_site/templates/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="when-time">
60 хвилин
</div>
<div class="how-many">
<div class="how-many-o">
200 грн
</div>
</div>
Expand All @@ -108,7 +108,7 @@
<div class="when-time">
60 хвилин
</div>
<div class="how-many">
<div class="how-many-b">
250 грн
</div>
</div>
Expand Down
27 changes: 25 additions & 2 deletions vr_club_site/templates/site/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
line-height: 155%; /* 31px */
}

.how-many {
.how-many-o {
width: 180px;
height: 61px;
flex-shrink: 0;
Expand All @@ -298,6 +298,18 @@
line-height: 155%; /* 62px */
}

.how-many-b {
width: 180px;
height: 61px;
flex-shrink: 0;
color: #4FB4FE;
font-family: Montserrat, serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 155%; /* 62px */
}

.btn-price,
.btn-prices * {
box-sizing: border-box;
Expand Down Expand Up @@ -631,7 +643,7 @@
line-height: 110%; /* 17.6px */
}

.how-many {
.how-many-o {
width: 133px;
height: 51px;
color: #EF7D1E;
Expand All @@ -642,6 +654,17 @@
line-height: 155%; /* 49.6px */
}

.how-many-b {
width: 133px;
height: 51px;
color: #4FB4FE;
font-family: Montserrat, serif;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 155%; /* 49.6px */
}

.btn-price {
margin-top: 20px;
width: 311px;
Expand Down

0 comments on commit a61efa1

Please sign in to comment.