ecabs-components 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +2 -2
- package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +24 -6
- package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +8 -8
- package/esm2020/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +21 -3
- package/esm2020/lib/ecabs-increment/ecabs-increment.component.mjs +2 -2
- package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +8 -3
- package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +8 -4
- package/esm2020/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +2 -2
- package/fesm2015/ecabs-components.mjs +68 -25
- package/fesm2015/ecabs-components.mjs.map +1 -1
- package/fesm2020/ecabs-components.mjs +66 -25
- package/fesm2020/ecabs-components.mjs.map +1 -1
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +9 -4
- package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +4 -4
- package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +7 -1
- package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +3 -1
- package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +2 -1
- package/package.json +1 -1
- package/styles/material/_theme.scss +0 -74
- package/styles/material/overrides/_autocomplete.scss +0 -11
- package/styles/material/overrides/_button.scss +0 -81
- package/styles/material/overrides/_card.scss +0 -17
- package/styles/material/overrides/_chip.scss +0 -108
- package/styles/material/overrides/_datepicker.scss +0 -169
- package/styles/material/overrides/_dialog.scss +0 -12
- package/styles/material/overrides/_divider.scss +0 -3
- package/styles/material/overrides/_expansion.scss +0 -31
- package/styles/material/overrides/_form.scss +0 -144
- package/styles/material/overrides/_icon.scss +0 -3
- package/styles/material/overrides/_menu.scss +0 -3
- package/styles/material/overrides/_paginator.scss +0 -0
- package/styles/material/overrides/_phone.scss +0 -32
- package/styles/material/overrides/_select.scss +0 -62
- package/styles/material/overrides/_tab.scss +0 -23
- package/styles/material/overrides/_table.scss +0 -12
- package/styles/material/overrides/_toaster.scss +0 -38
- package/styles/material/overrides/_toggle.scss +0 -15
- package/styles/material/overrides/_toolbar.scss +0 -3
- package/styles/material/overrides/_tooltip.scss +0 -3
- package/styles/material/overrides/index.scss +0 -20
- package/styles/scss/base/_heading.scss +0 -17
- package/styles/scss/base/_normalize.scss +0 -78
- package/styles/scss/base/index.scss +0 -2
- package/styles/scss/modules/_autocomplete.scss +0 -29
- package/styles/scss/modules/_button.scss +0 -221
- package/styles/scss/modules/_card.scss +0 -23
- package/styles/scss/modules/_chip.scss +0 -56
- package/styles/scss/modules/_datepicker.scss +0 -426
- package/styles/scss/modules/_dialog.scss +0 -14
- package/styles/scss/modules/_divider.scss +0 -3
- package/styles/scss/modules/_form.scss +0 -233
- package/styles/scss/modules/_icon.scss +0 -30
- package/styles/scss/modules/_img.scss +0 -32
- package/styles/scss/modules/_legend.scss +0 -64
- package/styles/scss/modules/_list.scss +0 -17
- package/styles/scss/modules/_map.scss +0 -112
- package/styles/scss/modules/_percentage.scss +0 -33
- package/styles/scss/modules/_phone.scss +0 -29
- package/styles/scss/modules/_select.scss +0 -41
- package/styles/scss/modules/_statuses.scss +0 -31
- package/styles/scss/modules/_tab.scss +0 -16
- package/styles/scss/modules/_table.scss +0 -107
- package/styles/scss/modules/_timepicker.scss +0 -96
- package/styles/scss/modules/_toaster.scss +0 -53
- package/styles/scss/modules/_tooltip.scss +0 -7
- package/styles/scss/modules/drag-drop.scss +0 -31
- package/styles/scss/modules/index.scss +0 -23
- package/styles/scss/utilities/_colors.scss +0 -52
- package/styles/scss/utilities/_fonts.scss +0 -26
- package/styles/scss/utilities/_functions.scss +0 -27
- package/styles/scss/utilities/_helpers.scss +0 -5
- package/styles/scss/utilities/_mixins.scss +0 -65
- package/styles/scss/utilities/_palettes.scss +0 -74
- package/styles/scss/utilities/_variables.scss +0 -19
- package/styles/scss/utilities/index.scss +0 -7
- package/styles/styles.scss +0 -5
- package/styles/tailwind/index.scss +0 -756
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
.dialog {
|
|
2
|
-
@include e(title) {
|
|
3
|
-
@include fontSize($font-heading-xs);
|
|
4
|
-
|
|
5
|
-
font-weight: $font-weight-semibold;
|
|
6
|
-
color: var(--color-brand-dark);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@include m(maps) {
|
|
10
|
-
padding: 1px;
|
|
11
|
-
border-radius: $border-radius-base * 2;
|
|
12
|
-
background: #9cc0f9;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
$form-input-icon-size: 18px;
|
|
2
|
-
|
|
3
|
-
.form,
|
|
4
|
-
form {
|
|
5
|
-
&-field {
|
|
6
|
-
margin-bottom: 1rem;
|
|
7
|
-
position: relative;
|
|
8
|
-
// #Label
|
|
9
|
-
@include e(label) {
|
|
10
|
-
@include fontSize($font-size-xs);
|
|
11
|
-
|
|
12
|
-
display: inline-block;
|
|
13
|
-
margin-bottom: 0.25rem;
|
|
14
|
-
color: var(--color-gray-500);
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
.icon {
|
|
19
|
-
@include fontSize($font-size-base);
|
|
20
|
-
|
|
21
|
-
display: inline;
|
|
22
|
-
vertical-align: middle;
|
|
23
|
-
margin-left: calc-rem(6px);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// #Input
|
|
28
|
-
@include e(input) {
|
|
29
|
-
@include fontSize($font-size-base);
|
|
30
|
-
display: block;
|
|
31
|
-
width: 100%;
|
|
32
|
-
padding: calc-rem(8) calc-rem(16);
|
|
33
|
-
border-radius: $border-radius-base;
|
|
34
|
-
border: 1px solid var(--color-gray-500);
|
|
35
|
-
color: var(--color-black);
|
|
36
|
-
line-height: $base-line-height;
|
|
37
|
-
|
|
38
|
-
&:focus {
|
|
39
|
-
border-color: var(--color-brand-dark);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@include m(wrapper) {
|
|
43
|
-
// wrapper
|
|
44
|
-
display: flex;
|
|
45
|
-
position: relative;
|
|
46
|
-
line-height: 1;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@include m(suffix) {
|
|
50
|
-
// suffix
|
|
51
|
-
position: absolute !important;
|
|
52
|
-
top: 50%;
|
|
53
|
-
right: calc-rem(16);
|
|
54
|
-
color: var(--color-gray-500);
|
|
55
|
-
transform: translateY(-50%);
|
|
56
|
-
|
|
57
|
-
&,
|
|
58
|
-
i,
|
|
59
|
-
.mat-icon {
|
|
60
|
-
@include fontSize($form-input-icon-size);
|
|
61
|
-
width: calc-rem($form-input-icon-size);
|
|
62
|
-
height: calc-rem($form-input-icon-size);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
@include m(prefix) {
|
|
67
|
-
// prefix
|
|
68
|
-
@extend .form-field__input--suffix;
|
|
69
|
-
|
|
70
|
-
right: unset;
|
|
71
|
-
left: calc-rem(16);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@include m(disabled) {
|
|
75
|
-
// disabled
|
|
76
|
-
background-color: var(--color-gray-100);
|
|
77
|
-
border-color: transparent;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
@include m(invalid) {
|
|
81
|
-
// invalid
|
|
82
|
-
border-color: var(--color-error);
|
|
83
|
-
color: var(--color-error);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// #Textarea
|
|
88
|
-
@include e(textarea) {
|
|
89
|
-
@include fontSize($font-size-base);
|
|
90
|
-
display: block;
|
|
91
|
-
width: 100%;
|
|
92
|
-
padding: calc-rem(16);
|
|
93
|
-
border-radius: $border-radius-base;
|
|
94
|
-
border: 1px solid var(--color-gray-500);
|
|
95
|
-
color: var(--color-black);
|
|
96
|
-
line-height: $base-line-height;
|
|
97
|
-
|
|
98
|
-
&:focus {
|
|
99
|
-
border-color: var(--color-brand-dark);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
@include m(wrapper) {
|
|
103
|
-
// wrapper
|
|
104
|
-
display: flex;
|
|
105
|
-
position: relative;
|
|
106
|
-
line-height: 1;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
@include m(suffix) {
|
|
110
|
-
// suffix
|
|
111
|
-
position: absolute !important;
|
|
112
|
-
top: 50%;
|
|
113
|
-
right: calc-rem(16);
|
|
114
|
-
color: var(--color-gray-500);
|
|
115
|
-
transform: translateY(-50%);
|
|
116
|
-
|
|
117
|
-
&,
|
|
118
|
-
i,
|
|
119
|
-
.mat-icon {
|
|
120
|
-
@include fontSize($form-input-icon-size);
|
|
121
|
-
width: calc-rem($form-input-icon-size);
|
|
122
|
-
height: calc-rem($form-input-icon-size);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
@include m(prefix) {
|
|
127
|
-
// prefix
|
|
128
|
-
@extend .form-field__input--suffix;
|
|
129
|
-
|
|
130
|
-
right: unset;
|
|
131
|
-
left: calc-rem(16);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@include m(disabled) {
|
|
135
|
-
// disabled
|
|
136
|
-
background-color: var(--color-gray-100);
|
|
137
|
-
border-color: transparent;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
// #Invalid
|
|
142
|
-
@include m(invalid) {
|
|
143
|
-
.form-field__input,
|
|
144
|
-
.form-field__textarea {
|
|
145
|
-
color: var(--color-error);
|
|
146
|
-
border-color: var(--color-error);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// #Required
|
|
151
|
-
@include m(required) {
|
|
152
|
-
.form-field__label {
|
|
153
|
-
&:after {
|
|
154
|
-
@extend %pseudos;
|
|
155
|
-
|
|
156
|
-
content: '*';
|
|
157
|
-
margin-left: 0.2rem;
|
|
158
|
-
margin-top: 2px;
|
|
159
|
-
color: var(--color-error);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
// #Validation
|
|
165
|
-
@include e(validation) {
|
|
166
|
-
padding-top: 0.5rem;
|
|
167
|
-
@include fontSize($font-size-xs);
|
|
168
|
-
color: var(--color-error);
|
|
169
|
-
@include m(item) {
|
|
170
|
-
padding-bottom: 0.6rem;
|
|
171
|
-
|
|
172
|
-
&:last-of-type {
|
|
173
|
-
padding-bottom: 0;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
// #Subscript
|
|
179
|
-
@include e(subscript) {
|
|
180
|
-
@include m(wrapper) {
|
|
181
|
-
@extend %pseudos;
|
|
182
|
-
|
|
183
|
-
margin-top: 1.2rem;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
&.disabled input,
|
|
188
|
-
.disabled textarea {
|
|
189
|
-
background-color: var(--color-white-opacity-05);
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.spinner {
|
|
193
|
-
position: absolute;
|
|
194
|
-
right: 0.25rem;
|
|
195
|
-
bottom: 0.5rem;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.hint {
|
|
199
|
-
font-size: 10px;
|
|
200
|
-
text-align: right;
|
|
201
|
-
margin-right: calc-rem(17px);
|
|
202
|
-
transform: translateY(-1rem);
|
|
203
|
-
margin-bottom: -1rem;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// ==========================================================================
|
|
208
|
-
// #OVERRIDES
|
|
209
|
-
// ==========================================================================
|
|
210
|
-
.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex {
|
|
211
|
-
padding-top: 0;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.mat-mdc-form-field-infix {
|
|
215
|
-
border-top: 0;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.mat-mdc-form-field .mat-mdc-form-field-flex {
|
|
219
|
-
padding-top: 0;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-form-field-infix {
|
|
224
|
-
width: auto;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-form-field-infix {
|
|
228
|
-
width: auto;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.mat-mdc-text-field-wrapper {
|
|
232
|
-
padding-bottom: 0;
|
|
233
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.icon {
|
|
2
|
-
color: var(--color-gray-500);
|
|
3
|
-
|
|
4
|
-
&:hover {
|
|
5
|
-
color: var(--color-brand-light);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@include e(bordered) {
|
|
9
|
-
@extend .icon;
|
|
10
|
-
|
|
11
|
-
&:after {
|
|
12
|
-
@extend %pseudos;
|
|
13
|
-
|
|
14
|
-
border: 1px solid var(--color-gray-400);
|
|
15
|
-
border-radius: $border-radius-base;
|
|
16
|
-
width: calc(100% + 0.8rem);
|
|
17
|
-
height: calc(100% + 0.8rem);
|
|
18
|
-
top: -0.4rem;
|
|
19
|
-
left: -0.4rem;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.eyes-icon-label {
|
|
25
|
-
border-color: var(--color-gray-400);
|
|
26
|
-
background-color: var(--color-white);
|
|
27
|
-
color: var(--color-black);
|
|
28
|
-
padding: 0.125rem;
|
|
29
|
-
transform: translateY(-1.25rem);
|
|
30
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.aspect-ratio {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: inline-block;
|
|
4
|
-
background-color: inherit;
|
|
5
|
-
line-height: 1;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
|
|
8
|
-
// ***************************
|
|
9
|
-
// #Content
|
|
10
|
-
// ***************************/
|
|
11
|
-
&__content { //** Fallback
|
|
12
|
-
position: absolute;
|
|
13
|
-
top: 50%;
|
|
14
|
-
right: 0;
|
|
15
|
-
bottom: 0;
|
|
16
|
-
left: 50%;
|
|
17
|
-
max-width: 100%;
|
|
18
|
-
width: 100%;
|
|
19
|
-
transform: translate(-50%, -50%);
|
|
20
|
-
|
|
21
|
-
@supports (object-fit: cover) {
|
|
22
|
-
&--cover { // cover
|
|
23
|
-
position: static;
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 100%;
|
|
26
|
-
padding: 0;
|
|
27
|
-
object-fit: cover;
|
|
28
|
-
transform: none;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
.legend {
|
|
2
|
-
@include fontSize($font-size-sm);
|
|
3
|
-
position: relative;
|
|
4
|
-
display: inline-block;
|
|
5
|
-
margin-left: calc-rem(12);
|
|
6
|
-
padding-left: calc-rem(24);
|
|
7
|
-
vertical-align: top;
|
|
8
|
-
|
|
9
|
-
&:first-of-type {
|
|
10
|
-
margin-left: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&:before {
|
|
14
|
-
@extend %pseudos;
|
|
15
|
-
|
|
16
|
-
border-radius: $border-radius-base;
|
|
17
|
-
width: calc-rem(16);
|
|
18
|
-
height: calc-rem(16);
|
|
19
|
-
top: calc-rem(3);
|
|
20
|
-
left: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@include m(asap) {
|
|
24
|
-
&:before {
|
|
25
|
-
background-color: #eded0d;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@include m(mobile) {
|
|
30
|
-
&:before {
|
|
31
|
-
background-color: #feb6e2;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@include m(delivery) {
|
|
36
|
-
&:before {
|
|
37
|
-
background-color: #dd9750;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@include m(walkin) {
|
|
42
|
-
&:before {
|
|
43
|
-
background-color: #87b5ca;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@include m(concierge) {
|
|
48
|
-
&:before {
|
|
49
|
-
background-color: #2be879;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@include m(in-fifteen) {
|
|
54
|
-
&:before {
|
|
55
|
-
background-color: #e64c4a;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@include m(standard) {
|
|
60
|
-
&:before {
|
|
61
|
-
background-color: #d7d8d3;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
.list {
|
|
2
|
-
list-style-type: none;
|
|
3
|
-
|
|
4
|
-
@include m(bordered) {
|
|
5
|
-
.list__item {
|
|
6
|
-
border-bottom: 1px solid var(--color-gray-200);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@include e(item) {
|
|
11
|
-
@include m(count) {
|
|
12
|
-
margin-right: 2.4rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
padding: calc-rem(20 0);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
div {
|
|
2
|
-
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
|
|
3
|
-
background-image: url('/assets/images/map-polygon-icon.svg');
|
|
4
|
-
background-position: center center;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
|
|
8
|
-
background-image: url('/assets/images/map-edit-icon.svg');
|
|
9
|
-
background-position: center center;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
|
|
13
|
-
background-image: url('/assets/images/map-delete-icon.svg');
|
|
14
|
-
background-position: center center;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
|
|
18
|
-
background-image: url('/assets/images/map-marker-icon.svg');
|
|
19
|
-
background-position: center center;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.leaflet-touch .leaflet-control-zoom.leaflet-bar .leaflet-control-zoom-fullscreen {
|
|
23
|
-
background-image: url('/assets/images/map-fullscreen-icon.svg');
|
|
24
|
-
background-position: center center;
|
|
25
|
-
background-size: 16px;
|
|
26
|
-
|
|
27
|
-
&.leaflet-fullscreen-on {
|
|
28
|
-
background-image: url('/assets/images/map-fullscreen-exit-icon.svg');
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.leaflet-control-zoom.leaflet-bar.leaflet-control {
|
|
33
|
-
display: flex;
|
|
34
|
-
flex-direction: column;
|
|
35
|
-
|
|
36
|
-
.leaflet-control-zoom-fullscreen {
|
|
37
|
-
order: -1;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.leaflet-touch .leaflet-control-layers,
|
|
42
|
-
.leaflet-touch .leaflet-bar {
|
|
43
|
-
border: 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.leaflet-touch .leaflet-bar a {
|
|
47
|
-
border: 0;
|
|
48
|
-
width: 40px;
|
|
49
|
-
height: 40px;
|
|
50
|
-
color: var(--color-brand-dark);
|
|
51
|
-
line-height: 40px;
|
|
52
|
-
|
|
53
|
-
&.leaflet-control-zoom-in {
|
|
54
|
-
line-height: 38px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&.leaflet-control-zoom-in,
|
|
58
|
-
&.leaflet-control-zoom-out {
|
|
59
|
-
@include fontSize(28px);
|
|
60
|
-
|
|
61
|
-
font-weight: $font-weight-thin;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.leaflet-draw-toolbar a {
|
|
66
|
-
background-size: unset;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.leaflet-touch .leaflet-bar {
|
|
70
|
-
&.leaflet-draw-toolbar,
|
|
71
|
-
&.leaflet-control-zoom {
|
|
72
|
-
a {
|
|
73
|
-
border-radius: 8px;
|
|
74
|
-
margin-top: 10px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.leaflet-top {
|
|
80
|
-
bottom: 0;
|
|
81
|
-
top: unset;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.leaflet-top .leaflet-control {
|
|
85
|
-
margin-top: 0;
|
|
86
|
-
margin-bottom: 1.2rem;
|
|
87
|
-
margin-left: 1.2rem;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.leaflet-bottom .leaflet-right {
|
|
91
|
-
.leaflet-control-attribution .leaflet-control {
|
|
92
|
-
display: none;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.leaflet-bar a.leaflet-disabled {
|
|
97
|
-
background-color: var(--color-gray-300);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.leaflet-draw-actions a {
|
|
101
|
-
background-color: var(--color-brand-dark);
|
|
102
|
-
border-left-color: var(--color-white);
|
|
103
|
-
|
|
104
|
-
&:hover {
|
|
105
|
-
background-color: rgba(var(--color-brand-dark-rgb), 0.88);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.leaflet-tooltip {
|
|
110
|
-
z-index: 999;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
.percentage {
|
|
2
|
-
&__over-87 {
|
|
3
|
-
background-color: #25BD3D;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
&__over-75 {
|
|
7
|
-
background-color: #87C337;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&__over-62 {
|
|
11
|
-
background-color: #BAC61C;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&__over-50 {
|
|
15
|
-
background-color: #ECC902;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__over-37 {
|
|
19
|
-
background-color: #EBA70D;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&__over-25 {
|
|
23
|
-
background-color: #E7831B;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&__over-12 {
|
|
27
|
-
background-color: #E35E2A;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&__default {
|
|
31
|
-
background-color: #DF3838;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
.ecabs-phone {
|
|
2
|
-
@include fontSize($font-size-lg);
|
|
3
|
-
font-size: 1rem;
|
|
4
|
-
|
|
5
|
-
.ngx-mat-tel-input-container {
|
|
6
|
-
position: relative;
|
|
7
|
-
border-radius: $border-radius-base;
|
|
8
|
-
border: 1px solid var(--color-gray-500);
|
|
9
|
-
|
|
10
|
-
.ngx-mat-tel-input-input {
|
|
11
|
-
padding: calc-rem(10) calc-rem(10) calc-rem(10) 105px !important;
|
|
12
|
-
}
|
|
13
|
-
.country-selector {
|
|
14
|
-
opacity: 1 !important;
|
|
15
|
-
padding: 0rem;
|
|
16
|
-
}
|
|
17
|
-
.country-selector-code {
|
|
18
|
-
font-size: 1rem;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
.error {
|
|
22
|
-
.ngx-mat-tel-input-container {
|
|
23
|
-
border: 1px solid var(--color-error);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
.disabled-field {
|
|
27
|
-
background-color: var(--color-white-opacity-05) !important;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
@import './../utilities/index';
|
|
2
|
-
|
|
3
|
-
$border-radius: 0.25rem;
|
|
4
|
-
|
|
5
|
-
.select {
|
|
6
|
-
@include fontSize($font-size-lg);
|
|
7
|
-
|
|
8
|
-
border-radius: $border-radius;
|
|
9
|
-
border: 1px solid var(--color-gray-500);
|
|
10
|
-
padding: calc-rem(8) calc-rem(16) calc-rem(8) calc-rem(16);
|
|
11
|
-
color: var(--color-black);
|
|
12
|
-
line-height: $base-line-height;
|
|
13
|
-
|
|
14
|
-
&:focus {
|
|
15
|
-
border-color: var(--color-brand-dark);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.mat-mdc-select-disabled {
|
|
20
|
-
background-color: var(--color-white-opacity-05);
|
|
21
|
-
|
|
22
|
-
mat-select-trigger {
|
|
23
|
-
color: var(--color-black);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.mat-mdc-select-placeholder {
|
|
28
|
-
color: rgba(0, 0, 0, 0.42) !important;
|
|
29
|
-
-webkit-text-fill-color: rgba(0, 0, 0, 0.42) !important;
|
|
30
|
-
font-size: 18px !important;
|
|
31
|
-
line-height: 1.5rem !important;
|
|
32
|
-
font-family: $font-family-primary;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.mat-mdc-form-field-label{
|
|
36
|
-
display: none !important;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.mat-mdc-form-field-label{
|
|
40
|
-
display: none !important;
|
|
41
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
.pending {
|
|
2
|
-
background-color: var(--color-gray-300);
|
|
3
|
-
color: var(--color-gray-400);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.reserved, {
|
|
7
|
-
background-color: rgba(var(--color-warn-rgb), .05);
|
|
8
|
-
color: var(--color-warn);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.scheduled, .ended {
|
|
12
|
-
background-color: var(--color-gray-200);
|
|
13
|
-
color: var(--color-gray-500);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.dispatched, .cab_arrived_at_pickup, .trip_started, .dropped_off, .started,
|
|
17
|
-
.cab_arrived_at_intermediary_waypoint, .trip_ongoing {
|
|
18
|
-
background-color: rgba(var(--color-info-rgb), .05);
|
|
19
|
-
color: var(--color-info);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.cab_arrived_at_dropoff, .trip_ended, .completed, .accepted, .cashed_in {
|
|
23
|
-
background-color: rgba(var(--color-success-rgb), .05);
|
|
24
|
-
color: var(--color-success);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.cancelled, .rejected, .suspended,
|
|
28
|
-
.cancelled, .sick, .no_show, .unable_to_complete, .unavailable, {
|
|
29
|
-
background-color: rgba(var(--color-error-rgb), .05);
|
|
30
|
-
color: var(--color-error);
|
|
31
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.tab-group {
|
|
2
|
-
.tab-labels {
|
|
3
|
-
.tab-label {
|
|
4
|
-
color: var(--color-brand-dark);
|
|
5
|
-
font-size: 1rem;
|
|
6
|
-
border-bottom-width: 2px;
|
|
7
|
-
opacity: 1;
|
|
8
|
-
font-weight: $font-weight-regular;
|
|
9
|
-
|
|
10
|
-
&.tab-label-active {
|
|
11
|
-
color: var(--color-brand-light);
|
|
12
|
-
border-color: var(--color-brand-light);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|