Files
Gainsight/Custom_Templates/customer_templates/SPS_Commerce/styles.css.liquid
2022-11-11 21:54:43 -05:00

21 lines
488 B
Plaintext

/*
Put your custom overlay styles in here
You can use your northpass color palette in this file
{{ 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 }}
*/
.np-subpage-container {
padding:80px 4% 184px;
}
.np-max-width {
justify-content:space-between;
margin:auto;
max-width: none;
}