OpenSlides/client/src/app/shared/components/head-bar/head-bar.component.scss
Emanuel Schütze c9c4566c08 several fixes and improvements
- Add projector logo/headerimage
- Fixed opening multiselect action menu for users.
- Used defined toolbar color for multiselect mode.
- (server) Added check for 'request.data._mutable = True' to edit user
  profile as normal user.
2019-02-18 16:40:46 +01:00

40 lines
605 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-centered {
margin: auto;
vertical-align: baseline;
}
.toolbar-right {
display: contents;
}
.extra-controls-wrapper {
display: contents;
::ng-deep .extra-controls-slot {
display: flex;
}
}
mat-toolbar.multi-select {
background-color: #757575 !important;
}