BirchStreet download. Fixed Cin7 and backed up all the templates. Sandbox templates.

This commit is contained in:
Norm Rasmussen
2024-12-16 16:29:06 -05:00
parent 9a045e60dc
commit b8d085e12c
603 changed files with 13679 additions and 5939 deletions

View File

@ -0,0 +1,33 @@
{{ color_palette.button_font_color }}
{{ color_palette.button_color }}
{{ color_palette.button_hover_color }}
{{ color_palette.header_font_color }}
{{ color_palette.header_font_hover_color }}
{{ color_palette.header_color }}
body, main, html {
font-family: "Poppins", sans-serif !important;
background: #fff;
}
.header-avatar-image {
display: flex;
width: 40px;
height: 40px;
background: #ff375b;
border-radius: 50%;
justify-content: center;
align-items: center;
font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
color: #FFFFFF;
letter-spacing: -1px;
}
.np-homepage-headline {
color: #0c1436;
font-family: Poppins, sans-serif;
}