Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Feb 5, 2024
1 parent 9224cc2 commit 3541cdb
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 96 deletions.
29 changes: 13 additions & 16 deletions v1.0.0/assets/css/theme-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -22330,15 +22330,17 @@ h5, .h5 {

.search-icon {
position: absolute;
top: 0px;
top: 50%;
right: 30px;
bottom: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.search-icon span {
font-size: 36px;
font-size: 24px;
color: #124838;
opacity: 60%;
}
Expand Down Expand Up @@ -22509,9 +22511,6 @@ h5, .h5 {
margin: 0px -10px;
}

.slider-nav {
display: block;
}
.slider-nav .prev-button, .slider-nav .next-button {
position: absolute;
top: 50%;
Expand All @@ -22525,23 +22524,24 @@ h5, .h5 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 5px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 5px 10px;
opacity: 80%;
background-color: #E2FFF6;
border: 5px solid #124838;
border-radius: 50%;
font-weight: 700;
color: #124838;
}
.slider-nav .prev-button span::before, .slider-nav .next-button span::before {
line-height: normal !important;
.slider-nav .prev-button span, .slider-nav .next-button span {
display: inline-block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
@media (min-width: 768px) {
.slider-nav .prev-button, .slider-nav .next-button {
padding: 0 10px;
padding: 4px 12px;
}
}
.slider-nav .prev-button:hover, .slider-nav .prev-button:focus, .slider-nav .prev-button:active, .slider-nav .next-button:hover, .slider-nav .next-button:focus, .slider-nav .next-button:active {
Expand Down Expand Up @@ -22593,9 +22593,6 @@ h5, .h5 {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
border-radius: 22px;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.min.css

Large diffs are not rendered by default.

29 changes: 13 additions & 16 deletions v1.0.0/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22365,15 +22365,17 @@ h5, .h5 {

.search-icon {
position: absolute;
top: 0px;
top: 50%;
left: 30px;
bottom: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.search-icon span {
font-size: 36px;
font-size: 24px;
color: #124838;
opacity: 60%;
}
Expand Down Expand Up @@ -22544,9 +22546,6 @@ h5, .h5 {
margin: 0px -10px;
}

.slider-nav {
display: block;
}
.slider-nav .next-button, .slider-nav .prev-button {
position: absolute;
top: 50%;
Expand All @@ -22560,23 +22559,24 @@ h5, .h5 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 5px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 5px 10px;
opacity: 80%;
background-color: #E2FFF6;
border: 5px solid #124838;
border-radius: 50%;
font-weight: 700;
color: #124838;
}
.slider-nav .next-button span::before, .slider-nav .prev-button span::before {
line-height: normal !important;
.slider-nav .next-button span, .slider-nav .prev-button span {
display: inline-block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
@media (min-width: 768px) {
.slider-nav .next-button, .slider-nav .prev-button {
padding: 0 10px;
padding: 4px 12px;
}
}
.slider-nav .next-button:hover, .slider-nav .next-button:focus, .slider-nav .next-button:active, .slider-nav .prev-button:hover, .slider-nav .prev-button:focus, .slider-nav .prev-button:active {
Expand Down Expand Up @@ -22628,9 +22628,6 @@ h5, .h5 {
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
border-radius: 22px;
overflow: hidden;
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 3541cdb

Please sign in to comment.