Newer
Older
@import '../../../../css/vars.scss';
.availableData {
margin: 10px;
display: flex;
}
.secondaryInformations {
border: solid 1px #F9983066;
font-size: 10px;
height: 30px;
color: #666;
&_icon {
height: auto;
}
&_label {
width: 100%;
}
}
.resultRow {
align-items: center;
display: flex;
padding: 5px;
&-mobile {
font-size: 80%;
}
}
.resultCol {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
&-mobile {
overflow: inherit;
text-overflow: inherit;
word-break: break-all;
}
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
}
.actions {
text-align: right;
box-shadow: none;
border: none;
flex: 1;
justify-content: flex-end;
overflow: inherit;
}
.elemToDrag {
flex: 1;
border: dashed 1px;
padding: 10px;
height: 10px;
line-height: 0px;
cursor: move;
margin-right: 5px;
margin-left: 5px;
}
.columns {
width: 100%;
height: 90px;
padding: 20px 10px;
border-bottom: solid 1px #ccc;
color: rgba(0, 0, 0, 0.87);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
background: white;
font-size: 14px;
}
.mat-badge-content {
background: #F99830;
}
.example-list {
max-width: 100%;
height: 30px;
display: flex;
flex-direction: row;
border-radius: 4px;
overflow: hidden;
border: solid 1px #F9983066;
font-size: 10px;
background: #f5f5f5;
}
.example-box {
padding: 20px 10px;
//border-right: solid 1px #ccc;
color: #666;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
cursor: move;
background: #f5f5f5;
flex-grow: 1;
flex-basis: 0;
}
.cdk-drag-preview {
box-sizing: border-box;
border-radius: 4px;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
opacity: 0;
}
.cdk-drag-animating {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.example-box:last-child {
border: none;
}
.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.editorTool {
display: flex;
height: 44px;
font-size: 10px;
}
.separator {
border-left: solid 1px #666;
height: 70%;
margin-left: 10px;
margin-right: 10px;
}
.mat-form-field {
height: 35px;
}
::ng-deep .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
::ng-deep .mat-form-field-outline {
.optionContent {
display: flex !important;
.dataIcon {
width: 30px;
i {
font-size: 14px;
}
}
.dataLabel {
flex: 1;
}
}
.isSelectedMenu {
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
.align_centerData {
text-align: center;
}
.align_rightData {
text-align: right;
}
.boldFontData {
font-weight: bold;
}
.bigFontData {
font-size: 14px;
}
.smallFontData {
font-size: 10px;
}
.normalData {
flex: 1;
}
.longData {
flex: 3;
}
.eventList {
padding-top: 10px;
}
.badge-folder {
cursor: default;
background: $primary;
margin: 5px;
font-size: 8px;
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;