Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Mar 11, 2024
1 parent 1503883 commit 06ed0b2
Show file tree
Hide file tree
Showing 263 changed files with 14 additions and 190,735 deletions.
5 changes: 5 additions & 0 deletions v1.0.0/assets/css/theme-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -18504,13 +18504,18 @@ h5, .h5, h6, .h6 {

.primary-btn {
font-size: 17px;
font-weight: bold;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
background-color: #ad3636 !important;
color: #fff !important;
border-color: transparent;
}

.secondary-btn {
font-size: 17px;
font-weight: bold;
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
background-color: #737781 !important;
color: #fff !important;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions v1.0.0/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18539,13 +18539,18 @@ h5, .h5, h6, .h6 {

.primary-btn {
font-size: 17px;
font-weight: bold;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
background-color: #ad3636 !important;
color: #fff !important;
border-color: transparent;
}

.secondary-btn {
font-size: 17px;
font-weight: bold;
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
background-color: #737781 !important;
color: #fff !important;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme.min.css

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions v1.0.0/assets/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,19 +379,9 @@ var DomNode = /*#__PURE__*/function () {
}]);
return DomNode;
}();
var accordionInit = function accordionInit() {
// const accordionButtons = document.querySelectorAll('[data-accordion-button]');
// const targetId = ;

// accordionButtons.forEach((button) => {

// })
};

/* -------------------------------------------------------------------------- */
/* Count Up */
/* -------------------------------------------------------------------------- */

var countupInit = function countupInit() {
if (window.countUp) {
var countups = document.querySelectorAll('[data-countup]');
Expand Down Expand Up @@ -574,5 +564,4 @@ docReady(formValidationInit);
docReady(swiperInit);
docReady(countupInit);
docReady(scrollToTopInit);
docReady(videoControllerInit);
docReady(accordionInit);
docReady(videoControllerInit);
2 changes: 1 addition & 1 deletion v1.0.0/assets/js/theme.min.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions v1.0.0/vendors/anchorjs/anchor.min.js

This file was deleted.

13 changes: 0 additions & 13 deletions v1.0.0/vendors/chart/chart.min.js

This file was deleted.

1 change: 0 additions & 1 deletion v1.0.0/vendors/choices/base.min.css

This file was deleted.

1 change: 0 additions & 1 deletion v1.0.0/vendors/choices/choices.min.css

This file was deleted.

2 changes: 0 additions & 2 deletions v1.0.0/vendors/choices/choices.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions v1.0.0/vendors/d3/d3.min.js

This file was deleted.

Loading

0 comments on commit 06ed0b2

Please sign in to comment.