Newer
Older
@import '../../css/vars.scss';
.selectedFolder {
border-left: solid 5px $primary;
background: rgba($primary, 0.14);
}
.mat-icon-rtl-mirror {
opacity: 0.5;
}
.folderAction {
color: #666;
}
.mat-form-field-appearance-outline {
font-size: 11px;
}
::ng-deep.mat-form-field-appearance-outline .mat-form-field-outline-thick {
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
color: $primary;
}
.example-tree-invisible {
display: none;
}
.example-tree ul,
.example-tree li {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}
.example-tree-node {
display: block;
}
.example-tree-node .example-tree-node {
padding-left: 40px;
}
.expandButton {
width: 20px;
height: 20px;
line-height: 20px;
}
.mat-list-item {
color: rgb(102, 102, 102);
font-size: 12px;
font-weight: bold;
height: 30px;
}
.mat-tree-node {
min-height: 0px;
height: 30px;
::ng-deep.mat-list-item-content {
padding-left: 0px;
}
}
form {
display: flex;
width: 100%;
align-items: center;
}
.treeLabel {
white-space: pre;
}
.more {
::ng-deep.mat-list-item-content {
justify-content: center;
}
}
.private {
color: $secondary;
}
.countResources {
color: $primary;
font-weight: bold;
}
button:disabled {
opacity: 1;