first commit
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
.image__slider {
|
||||
width: 100%;
|
||||
height: 428px;
|
||||
object-fit: cover;
|
||||
opacity: 0.5;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.image__slider_active {
|
||||
width: 100%;
|
||||
height: 428px;
|
||||
object-fit: cover;
|
||||
opacity: 1;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.button__container {
|
||||
margin-top: 45px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
gap: 340px;
|
||||
}
|
||||
|
||||
.slider__info {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.swiper__caption {
|
||||
margin: 0;
|
||||
font-family: "Gilroy";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
/* identical to box height, or 21px */
|
||||
|
||||
letter-spacing: 0.02em;
|
||||
|
||||
/* Landing/White */
|
||||
|
||||
color: #ebebeb;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 18px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 22px;
|
||||
height: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.container1 {
|
||||
font-family: "Gilroy";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
/* identical to box height, or 21px */
|
||||
|
||||
letter-spacing: 0.02em;
|
||||
text-transform: uppercase;
|
||||
|
||||
/* Landing/White */
|
||||
|
||||
color: #ebebeb;
|
||||
|
||||
display: flex;
|
||||
color: #ebebeb !important;
|
||||
}
|
||||
|
||||
.swiper__caption {
|
||||
margin: 0;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
.pagination__container {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
gap: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user