Larson Texts notes. Lots of Pipedrive Template changes. Started my GS Script for Timeline events.

This commit is contained in:
Norm Rasmussen
2023-07-24 19:15:14 -04:00
parent ecf6845890
commit 08c8f78f1c
168 changed files with 13188 additions and 1196 deletions

View File

@ -169,7 +169,7 @@ h6 {
color: #413D99;
border: none;
}
.button-2:hover, .button-2:focus {
.button-2:hover, button-2:focus {
background: #C4C2FF;
color: #413D99;
}
@ -541,8 +541,6 @@ h6 {
}
}
{% comment %}
We are currently turning off translation, so commenting this code
/* translations */
body.lang-en .lang-es, body.lang-en .lang-de, body.lang-en .lang-fr, body.lang-en .lang-br {
display: none !important;
@ -566,24 +564,3 @@ body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang
body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang-br {
display: none !important;
}
{% endcomment %}
/* this code is added to turn off translations */
.language-dropdown-wrapper {
display: none !important;
}
.lang-es:not(body), .lang-de:not(body), .lang-br:not(body), .lang-fr:not(body) {
display: none !important;
}
.footer-language-wrapper {
display: none !important;
}
.side-menu-language {
display: none !important;
}
.footer-bottom-row:not(.body-s) {
justify-content: end;
}
.header-profile-image {
margin-left: 20px;
}
/* end of translations changes */