style: add some style 4
This commit is contained in:
@@ -126,7 +126,9 @@ img {
|
||||
padding: 10px 24px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
box-shadow: 0 10px 15px rgba(231, 0, 11, 0.4), 0 4px 6px rgba(231, 0, 11, 0.4);
|
||||
/*box-shadow: 0 10px 15px rgba(231, 0, 11, 0.4), 0 4px 6px rgba(231, 0, 11, 0.4);*/
|
||||
font-weight:400;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
&--ghost {
|
||||
@@ -247,6 +249,8 @@ img {
|
||||
|
||||
span {
|
||||
color: $color-accent;
|
||||
font-family: Montserrat, Inter, Segoe UI, Segoe UI Variable, Helvetica Neue, Arial, sans-serif;
|
||||
font-weight:700;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -447,16 +451,18 @@ img {
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 7px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
/*font-weight: 700;*/
|
||||
line-height: 1.2;
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $color-text-muted;
|
||||
font-size: 16px;
|
||||
line-height: 1.3;
|
||||
font-weight:300;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -529,7 +535,7 @@ img {
|
||||
border-radius: 10px;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
font-weight:300;
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
ul {
|
||||
@@ -705,9 +711,10 @@ img {
|
||||
&__note {
|
||||
margin-bottom: 30px;
|
||||
color: $color-text-soft;
|
||||
font-size: 18px;
|
||||
font-size: 14px;
|
||||
line-height: 1.45;
|
||||
text-align: center;
|
||||
font-weight:200;
|
||||
}
|
||||
|
||||
&__cta {
|
||||
@@ -1898,10 +1905,12 @@ img {
|
||||
}
|
||||
|
||||
.feature-card h3,
|
||||
.object-card__content h3,
|
||||
.booking h2 {
|
||||
.object-card__content h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.booking h2 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.booking {
|
||||
input,
|
||||
@@ -2057,11 +2066,15 @@ img {
|
||||
.feature-card,
|
||||
.review-card,
|
||||
.stats__item,
|
||||
.contacts-card,
|
||||
.hours-card,
|
||||
.object-card__content {
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.contacts-card{
|
||||
padding:33px;
|
||||
}
|
||||
|
||||
|
||||
.object-card__image {
|
||||
min-height: 260px;
|
||||
|
||||
Reference in New Issue
Block a user