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;
|
2019-03-13 15:16:06 +01:00
|
|
|
position: -moz-sticky;
|
|
|
|
position: -ms-sticky;
|
|
|
|
position: -o-sticky;
|
2018-11-06 15:35:51 +01:00
|
|
|
position: sticky;
|
|
|
|
top: 0px;
|
2019-03-14 12:57:12 +01:00
|
|
|
z-index: 5;
|
2018-11-06 15:35:51 +01:00
|
|
|
}
|
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
|
|
|
margin-left: 10px;
|
2019-03-08 14:51:47 +01:00
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
::ng-deep .title-slot {
|
|
|
|
h2 {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
}
|