Newer
Older
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
}
.drawer-button {
font-size: large;
background-color: lightgray;
min-width: 0;
width: 2%;
}
.drawer-button {
border: none;
cursor: pointer;
}
.show-elements-button span {
transform: rotate(-90deg);
display: inherit;
}
.show-properties-button {
padding-bottom: 140px;
}
.show-properties-button span {
transform: rotate(90deg);
display: inherit;
}
::ng-deep .mat-drawer-content .mat-tab-body-wrapper {
height: 100%;
}
.menuItem {
padding: 0 16px;
}
mat-checkbox.menuItem {
padding: 0 16px 10px 16px;
}
mat-divider {
margin-bottom: 10px;
}
::ng-deep .mat-tab-label:hover .menu-button {
visibility: visible;
}
.menu-button {
position: absolute;
left: 130px;
bottom: 6px;
visibility: hidden;
}
aspect-page-canvas {
height: 100%; display: block;
}