OpenSlides/client/src/app/shared/components/projector/projector.component.scss

77 lines
1.8 KiB
SCSS
Raw Normal View History

#container {
background-color: lightgoldenrodyellow;
position: relative;
#projector {
position: absolute;
top: 0;
left: 0;
transform-origin: left top;
overflow: hidden;
#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 20px;
z-index: 1;
#logo {
padding-left: 50px;
padding-top: 10px;
height: 50px;
margin-right: 25px;
float: left;
}
#eventdata {
padding-left: 50px;
padding-top: 12px;
height: 50px;
overflow: hidden;
line-height: 1.1;
.event-name {
font-size: 26px;
font-weight: 400;
&.titleonly {
padding-top: 12px;
}
}
.event-description {
font-size: 18px;
opacity: 0.8;
}
}
}
#footer {
position: fixed;
width: 100%;
height: 35px;
bottom: 0;
z-index: 1;
.footertext {
font-size: 16px;
padding-left: 50px;
padding-right: 50px;
padding-top: 5px;
overflow: hidden;
text-align: right;
}
span {
opacity: 0.8;
}
}
}
}