2018-11-06 15:35:51 +01:00
|
|
|
.head-button {
|
2018-10-05 16:34:08 +02:00
|
|
|
position: fixed;
|
2018-11-06 15:35:51 +01:00
|
|
|
right: 25px;
|
|
|
|
bottom: 25px;
|
2018-10-05 16:34:08 +02:00
|
|
|
}
|
|
|
|
|
2018-11-06 15:35:51 +01:00
|
|
|
.sticky-toolbar {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
position: sticky;
|
|
|
|
top: 0px;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2018-10-05 16:34:08 +02:00
|
|
|
|
2018-11-06 15:35:51 +01:00
|
|
|
.toolbar-left {
|
|
|
|
display: contents;
|
2018-10-05 16:34:08 +02:00
|
|
|
.toolbar-left-text {
|
2018-11-06 15:35:51 +01:00
|
|
|
display: initial;
|
|
|
|
margin-left: 10px;
|
2018-10-05 16:34:08 +02:00
|
|
|
}
|
|
|
|
}
|
2018-11-05 17:40:32 +01:00
|
|
|
.toolbar-centered {
|
|
|
|
margin: auto;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2018-10-05 16:34:08 +02:00
|
|
|
|
|
|
|
.toolbar-right {
|
2018-11-06 15:35:51 +01:00
|
|
|
display: contents;
|
2018-10-05 16:34:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.extra-controls-wrapper {
|
|
|
|
display: contents;
|
|
|
|
::ng-deep .extra-controls-slot {
|
|
|
|
display: flex;
|
|
|
|
}
|
2018-09-19 15:18:57 +02:00
|
|
|
}
|
2018-11-05 17:40:32 +01:00
|
|
|
|
|
|
|
mat-toolbar.multi-select {
|
2019-02-18 11:26:47 +01:00
|
|
|
background-color: #757575 !important;
|
2018-11-05 17:40:32 +01:00
|
|
|
}
|