OpenSlides/client/src/app/site/site.component.scss

39 lines
648 B
SCSS
Raw Normal View History

2018-06-25 17:03:52 +02:00
mat-sidenav-container {
height: 100%;
2018-08-03 15:16:40 +02:00
main {
flex: 1;
position: relative;
}
2018-06-25 17:03:52 +02:00
}
.projector-button {
2018-08-03 15:16:40 +02:00
position: fixed;
2018-06-25 17:03:52 +02:00
bottom: 10px;
2018-08-03 15:16:40 +02:00
right: 20px;
2018-06-25 17:03:52 +02:00
}
.os-logo-container {
min-width: 240px;
background-image: url(/assets/img/openslides-logo-h-dark-transparent.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.side-panel {
box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
footer {
position: fixed;
bottom: 0;
span {
// width: 100%;
display: block;
text-align: center;
margin-bottom: 5px;
}
}