Files
Gainsight/Custom_Templates/customer_templates/Sandata Learn/styles.css.liquid

36 lines
597 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 }}
*/
.header-hero {
background-color:#fff;
position: relative;
}
.header-hero img {
max-width:100%;
width:auto;
}
@media screen and (min-width: 768px){
.np-header-logo-image {
height: 75px;
}
.np-box-header{
background: #FFF !important;
}
}