This commit is contained in:
epoberezkin
2023-03-31 16:14:59 +00:00
parent 1a144bbdae
commit 35746bc9cf
58 changed files with 4487 additions and 2139 deletions
+21
View File
@@ -313,6 +313,14 @@ header nav {
display: none !important;
}
@media (max-width: 767px) {
.swiper-button-next, .swiper-button-prev {
opacity: 0;
pointer-events: none;
display: none !important;
}
}
.swiper-pagination-bullet {
height: 14.31px;
width: 14.31px;
@@ -366,6 +374,14 @@ header nav {
background-color: #70F0F9;
}
.swiper-rtl .swiper-button-prev{
right: 0 !important;
}
.swiper-rtl .swiper-button-next{
left: 0 !important;
}
/* What makes simplex private */
.card{
cursor: pointer;
@@ -464,6 +480,11 @@ header nav {
font-weight: 500;
text-align: left;
}
[dir="rtl"] #comparison table tbody tr > td:first-child{
text-align: right;
}
@media (min-width: 1024px) {
#comparison table tbody tr > td:first-child{
font-size: 18px;