OpenSlides/client/src/app/shared/components/head-bar/head-bar.component.scss
2018-11-07 16:21:29 +01:00

32 lines
463 B
SCSS

.head-button {
position: fixed;
right: 25px;
bottom: 25px;
}
.sticky-toolbar {
position: -webkit-sticky;
position: sticky;
top: 0px;
z-index: 2;
}
.toolbar-left {
display: contents;
.toolbar-left-text {
display: initial;
margin-left: 10px;
}
}
.toolbar-right {
display: contents;
}
.extra-controls-wrapper {
display: contents;
::ng-deep .extra-controls-slot {
display: flex;
}
}