BirchStreet download. Fixed Cin7 and backed up all the templates. Sandbox templates.
This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user