public-health-ch/publichealth/static/css/subsites.scss

38 lines
795 B
SCSS
Raw Normal View History

2018-06-22 13:49:21 +00:00
.site-sphc, .site-ngo-allianz-ebk {
2018-06-22 13:47:42 +00:00
2018-06-22 13:50:17 +00:00
#news { display: none; }
2018-06-22 13:47:42 +00:00
2018-06-22 13:49:21 +00:00
}
.site-sphc {
2018-06-22 13:50:17 +00:00
#footer, .contact-nav .link { display: none; }
2018-06-22 13:47:42 +00:00
a.navbar-brand {
height: 60px;
padding-right: 62px;
background: url('/static/images/ssph-logo.jpg') center right no-repeat;
background-size: auto 75%;
overflow: hidden;
}
#carousel-banner .carousel-caption > * { display: none; }
#carousel-banner .carousel-caption {
width: 13em;
background: rgba(0,0,50,0.4);
border: 6px solid white;
font-size: 155%;
padding: 1em 1em;
left: 50%;
margin-left: -6.5em;
bottom: 2em;
}
#carousel-banner .carousel-caption:before {
content: 'SPHC 2018'; display: block;
}
#carousel-banner .carousel-caption:after {
content: 'Better Health Faster';
}
}