HowardHanna header, DeepL languages, Tasks, Pipedrive templates, Chubb script.

This commit is contained in:
Norm Rasmussen
2025-06-10 15:06:56 -04:00
parent f3631cf2d9
commit d82db4e6ca
89 changed files with 821 additions and 36 deletions

View File

@ -22,7 +22,7 @@
body {
background: #fff;
}
.lang-en, .lang-fr, .lang-de, .lang-es {
.lang-en, .lang-fr, .lang-de, .lang-es, .lang-jp {
display: none !important;
}
@ -30,6 +30,10 @@ body[data-lang="en"] .lang-en {
display: block !important;
}
body[data-lang="jp"] .lang-jp {
display: block !important;
}
body[data-lang="fr"] .lang-fr {
display: block !important;
}
@ -288,13 +292,13 @@ section {
}
#loader-overlay {
display: none;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
align-items: center;
justify-content: center;
@ -318,7 +322,7 @@ section {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 900px) {
@media only screen and (max-width: 900px) {
.filters-container {
flex-wrap: wrap;
}