added fetch card from server, style changes, i18

This commit is contained in:
DmitriyB
2023-03-20 16:45:16 +05:00
parent 85fa8dfe09
commit 21ac6e239c
59 changed files with 1452 additions and 501 deletions
+24 -1
View File
@@ -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 {