Updated some Zenjob templates. Walmart notes. Need to figure out a new virtualenvironment for running scripts.

This commit is contained in:
Norm Rasmussen
2024-01-03 16:22:53 -05:00
parent d5f51bff1a
commit ad5a26d5d8
7 changed files with 280 additions and 14 deletions

View File

@ -26,16 +26,22 @@
{% if current_person.signed_in? %}
<button
data-toggle-class="np-hidden"
class="np-header-mobile-menu-nav-button fal fa-times np-hidden np-header-font-color"
class="np-header-mobile-menu-nav-button np-hidden mobile-menu-close"
data-toggle-target=".np-header-mobile-avatar-menu,
.np-header-mobile-menu-content, .np-main, .np-footer"
></button>
>
<span data-lang="DE">Menü</span>
<span data-lang="EN">Menu</span>
<i class="fal fa-times"></i>
</button>
<button
data-test="open-mobile-menu"
data-toggle-class="np-hidden"
class="np-header-mobile-menu-nav-button np-header-mobile-avatar-menu"
data-toggle-target=".fa-times, .np-header-mobile-menu-content, .np-main, .np-footer"
data-toggle-target=".mobile-menu-close, .np-header-mobile-menu-content, .np-main, .np-footer"
>
<span data-lang="DE">Menü</span>
<span data-lang="EN">Menu</span>
<i class="far fa-bars"></i>
</button>
{% endif %}
@ -249,12 +255,7 @@ body.mobile-menu-open .np-header {
}
.np-header-logo-image {
height:30px;
}
.np-header .fa-bars {
font-size: 28px;
color: #fff;
height:27px;
}
.np-header-mobile-menu-nav {
@ -309,9 +310,21 @@ body.mobile-menu-open .np-header {
top: 19px;
}
.np-header-mobile-menu-nav-button.np-header-font-color,
.np-header-mobile-menu-content-name { color:#fff;}
.np-header-mobile-menu-nav-button {
background-color:#fff;
color: #3e1191;
width: auto;
font-size: 16px;
}
.np-header-mobile-menu-nav-button i.fa-bars,
.np-header-mobile-menu-nav-button i.fa-times {
font-size:20px;
margin-left:8px;
}
@media screen and ( min-width: 48rem ) {
.np-header-logo {
padding: 1.25rem 0;
@ -383,7 +396,7 @@ body.mobile-menu-open .np-header {
color:#fff;
align-items:center;
position:relative;
margin-right:8px;
margin-right:12px;
}
.header-language-selection:after {
content: "\f078";