35 lines
812 B
Plaintext
35 lines
812 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({{ homepage.artwork_url }})
|
|
/* 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;
|
|
}
|
|
.np-box-header-logo {
|
|
height: 135px;
|
|
}
|
|
|