Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Mar 14, 2024
1 parent 99b2833 commit a0fbb2a
Show file tree
Hide file tree
Showing 14 changed files with 102 additions and 5,828 deletions.
38 changes: 30 additions & 8 deletions v1.0.0/assets/css/theme-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -18512,8 +18512,8 @@ h5, .h5, h6, .h6 {
.navbar-btn {
font-size: 16px;
font-weight: bold;
height: 50px;
width: 174px;
height: 40px;
width: 150px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
Expand All @@ -18530,6 +18530,12 @@ h5, .h5, h6, .h6 {
color: #fff !important;
border-color: transparent;
}
@media (min-width: 576px) {
.navbar-btn {
height: 50px;
width: 174px;
}
}

.primary-btn {
font-size: 16px;
Expand Down Expand Up @@ -19374,7 +19380,7 @@ h5, .h5, h6, .h6 {
.navbar-nav {
width: 100%;
}
@media (min-width: 576px) {
@media (min-width: 768px) {
.navbar-nav {
width: -webkit-fit-content;
width: -moz-fit-content;
Expand All @@ -19389,6 +19395,7 @@ h5, .h5, h6, .h6 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #748194;
}
.nav-item .nav-bar-item {
display: inline-block;
Expand All @@ -19401,6 +19408,11 @@ h5, .h5, h6, .h6 {
.nav-item .nav-bar-item:hover {
color: #fff !important;
}
@media (min-width: 768px) {
.nav-item {
border: none;
}
}

.active {
color: #68D585 !important;
Expand Down Expand Up @@ -20015,20 +20027,30 @@ h5, .h5, h6, .h6 {
}

.swiper-theme-container {
height: 600px !important;
height: 350px !important;
width: 600px !important;
overflow: hidden;
}
.swiper-theme-container .swiper {
height: 100%;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
width: 100%;
margin: auto;
}
@media (min-width: 768px) {
.swiper-theme-container {
width: 720px !important;
}
}
@media (min-width: 992px) {
.swiper-theme-container {
width: 730px !important;
height: 600px !important;
margin: auto;
}
}

.swiper-slide {
margin: auto;
max-width: 730px;
border: 1px solid #57595E;
color: rgba(22, 28, 45, 0.7);
border-radius: 12px;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.min.css

Large diffs are not rendered by default.

38 changes: 30 additions & 8 deletions v1.0.0/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18547,8 +18547,8 @@ h5, .h5, h6, .h6 {
.navbar-btn {
font-size: 16px;
font-weight: bold;
height: 50px;
width: 174px;
height: 40px;
width: 150px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
Expand All @@ -18565,6 +18565,12 @@ h5, .h5, h6, .h6 {
color: #fff !important;
border-color: transparent;
}
@media (min-width: 576px) {
.navbar-btn {
height: 50px;
width: 174px;
}
}

.primary-btn {
font-size: 16px;
Expand Down Expand Up @@ -19409,7 +19415,7 @@ h5, .h5, h6, .h6 {
.navbar-nav {
width: 100%;
}
@media (min-width: 576px) {
@media (min-width: 768px) {
.navbar-nav {
width: -webkit-fit-content;
width: -moz-fit-content;
Expand All @@ -19424,6 +19430,7 @@ h5, .h5, h6, .h6 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #748194;
}
.nav-item .nav-bar-item {
display: inline-block;
Expand All @@ -19436,6 +19443,11 @@ h5, .h5, h6, .h6 {
.nav-item .nav-bar-item:hover {
color: #fff !important;
}
@media (min-width: 768px) {
.nav-item {
border: none;
}
}

.active {
color: #68D585 !important;
Expand Down Expand Up @@ -20050,20 +20062,30 @@ h5, .h5, h6, .h6 {
}

.swiper-theme-container {
height: 600px !important;
height: 350px !important;
width: 600px !important;
overflow: hidden;
}
.swiper-theme-container .swiper {
height: 100%;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
width: 100%;
margin: auto;
}
@media (min-width: 768px) {
.swiper-theme-container {
width: 720px !important;
}
}
@media (min-width: 992px) {
.swiper-theme-container {
width: 730px !important;
height: 600px !important;
margin: auto;
}
}

.swiper-slide {
margin: auto;
max-width: 730px;
border: 1px solid #57595E;
color: rgba(22, 28, 45, 0.7);
border-radius: 12px;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a0fbb2a

Please sign in to comment.