added fetch card from server, style changes, i18
This commit is contained in:
@@ -10,6 +10,29 @@
|
||||
width: 536px;
|
||||
}
|
||||
|
||||
.button__arrow_l {
|
||||
cursor: pointer;
|
||||
background-image: url(./Arrow_Left.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
height: 14px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.button__arrow_r {
|
||||
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||
-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||
transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||
|
||||
cursor: pointer;
|
||||
background-image: url(./Arrow_Left.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
height: 14px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -81,7 +104,7 @@
|
||||
color: #ebebeb;
|
||||
|
||||
display: flex;
|
||||
color: #ebebeb !important;
|
||||
color: #F2F2F2 !important;
|
||||
}
|
||||
|
||||
.swiper__caption {
|
||||
|
||||
Reference in New Issue
Block a user