new design
This commit is contained in:
parent
c9af19459c
commit
c428ecdb94
3 changed files with 2656 additions and 1550 deletions
2105
dist/css/styles.css
vendored
2105
dist/css/styles.css
vendored
File diff suppressed because it is too large
Load diff
837
dist/index.html
vendored
837
dist/index.html
vendored
File diff suppressed because it is too large
Load diff
4
dist/js/app.js
vendored
4
dist/js/app.js
vendored
|
|
@ -314,6 +314,8 @@ class TableManager {
|
||||||
}
|
}
|
||||||
indicator.textContent = `Showing ${resultCount} of ${totalCount} services`;
|
indicator.textContent = `Showing ${resultCount} of ${totalCount} services`;
|
||||||
indicator.style.display = 'block';
|
indicator.style.display = 'block';
|
||||||
|
indicator.style.textAlign = 'center';
|
||||||
|
indicator.style.padding = '0.5em 0';
|
||||||
} else if (indicator) {
|
} else if (indicator) {
|
||||||
indicator.style.display = 'none';
|
indicator.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
@ -755,7 +757,7 @@ function setupURLComparison() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setupScrollAnimations() {
|
function setupScrollAnimations() {
|
||||||
const animatedElements = document.querySelectorAll('.section, .quick-nav-card, .status-card, .referral-card');
|
const animatedElements = document.querySelectorAll('.section, .status-card, .referral-card');
|
||||||
if (animatedElements.length) Utils.animateOnScroll(animatedElements);
|
if (animatedElements.length) Utils.animateOnScroll(animatedElements);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue