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

44 lines
799 B
SCSS
Raw Normal View History

2016-12-12 22:43:20 +00:00
@charset 'utf-8';
@import 'libs/bootswatch/paper/variables';
@import 'libs/bootstrap-sass/assets/stylesheets/bootstrap';
@import 'libs/bootswatch/paper/bootswatch';
2016-12-10 13:42:54 +00:00
/* Page header */
2016-12-12 22:43:20 +00:00
#banner {
2016-12-10 13:42:54 +00:00
background: url(../org/public-health-bg.png) no-repeat top left;
background-size: cover;
font-size: 0px;
display: block;
width: 450px;
height: 140px;
2016-12-12 22:43:20 +00:00
color: transparent;
text-indent: -9999px;
2016-12-10 13:42:54 +00:00
}
/* Responsive image/video classes */
.rich-text img {
max-width: 100%;
height: auto;
}
.richtext-image.left{
float:left;
}
.richtext-image.right{
float:right;
}
.responsive-object {
position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}