33 lines
747 B
Plaintext
33 lines
747 B
Plaintext
{{ 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;
|
|
} |