Files
Gainsight/Custom_Templates/customer_templates/Sandata Learn/styles.css.liquid
2024-06-04 17:04:17 -04:00

30 lines
719 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 }}
*/
@media screen and (min-width: 768px){
header{
background: url(https://s3.amazonaws.com/static.northpass.com/sandata/sandataBanner.jpg) !important;
background-color: #fff !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.np-box-header{
background: #FFF !important;
}
}
.np-sub-navigation {
margin-bottom: 0px;
}