@osovitny/anatoly 2.14.106 → 2.15.0
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/assets/jsons/countries.json +994 -0
- package/assets/jsons/timezones.json +554 -0
- package/assets/jsons/usStates.json +202 -0
- package/assets/styles/scss/alerts.scss +168 -0
- package/assets/styles/scss/dialog/dialog.scss +49 -0
- package/assets/styles/scss/forms/contactus-form.scss +111 -0
- package/assets/styles/scss/forms/form-validation.scss +56 -0
- package/assets/styles/scss/mixins/_cards.scss +99 -0
- package/assets/styles/scss/pnlLoading.scss +20 -0
- package/assets/styles/scss/spinkit/sk-line-material.scss +61 -0
- package/assets/styles/scss/spinner.scss +22 -0
- package/assets/styles/scss/toastr.scss +192 -0
- package/assets/styles/styles.scss +33 -0
- package/esm2020/lib/anatoly.module.mjs +25 -24
- package/esm2020/lib/core/core.module.mjs +36 -35
- package/esm2020/lib/core/go/base-go.service.mjs +6 -6
- package/esm2020/lib/core/interceptors/httpInterceptor.mjs +6 -6
- package/esm2020/lib/core/localization/localization.module.mjs +22 -21
- package/esm2020/lib/core/localization/localization.service.mjs +9 -9
- package/esm2020/lib/core/localization/localizationSettings.module.mjs +22 -21
- package/esm2020/lib/core/localization/localize.pipe.mjs +9 -9
- package/esm2020/lib/core/logging/globalErrorHandler.mjs +6 -6
- package/esm2020/lib/core/logging/logging.service.mjs +9 -9
- package/esm2020/lib/core/notifications/services/notification-service.mjs +7 -7
- package/esm2020/lib/core/services/appcontext.service.mjs +6 -6
- package/esm2020/lib/core/services/dm.service.mjs +12 -12
- package/esm2020/lib/core/services/google-analytics.service.mjs +6 -6
- package/esm2020/lib/core/services/idle.service.mjs +9 -9
- package/esm2020/lib/core/services/loading.service.mjs +9 -9
- package/esm2020/lib/core/services/web-storage.service.mjs +11 -11
- package/esm2020/lib/core/utils.mjs +4 -1
- package/esm2020/lib/data/base/base-api.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +6 -6
- package/esm2020/lib/data/data.module.mjs +17 -16
- package/esm2020/lib/data/services/core-api.service.mjs +6 -6
- package/esm2020/lib/data/services/emails-api.service.mjs +6 -6
- package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +9 -9
- package/esm2020/lib/ui/components/base/base-edit.component.mjs +13 -13
- package/esm2020/lib/ui/components/base/base.component.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.dialog.mjs +22 -22
- package/esm2020/lib/ui/components/base/base.list.mjs +11 -11
- package/esm2020/lib/ui/components/base/base.page.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.paged.page.mjs +9 -9
- package/esm2020/lib/ui/components/billing/buyaccess-button.component.mjs +60 -15
- package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +68 -15
- package/esm2020/lib/ui/components/card/card-body.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-footer.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-header.component.mjs +31 -11
- package/esm2020/lib/ui/components/card/card.component.mjs +21 -9
- package/esm2020/lib/ui/components/check-icon/check-icon.component.mjs +16 -9
- package/esm2020/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +16 -11
- package/esm2020/lib/ui/components/datapager/datapager.component.mjs +37 -30
- package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +13 -13
- package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +27 -9
- package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +19 -7
- package/esm2020/lib/ui/components/identity/signin-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signout-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signup-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/nodata/nodata.component.mjs +38 -17
- package/esm2020/lib/ui/components/spinners/loading/loading.component.mjs +16 -7
- package/esm2020/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +34 -11
- package/esm2020/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +40 -10
- package/esm2020/lib/ui/directives/native-element.directive.mjs +9 -9
- package/esm2020/lib/ui/external/fa.module.mjs +18 -17
- package/esm2020/lib/ui/external/kendo.module.mjs +40 -32
- package/esm2020/lib/ui/forms/components/address/address.component.mjs +132 -26
- package/esm2020/lib/ui/forms/components/company/company.component.mjs +72 -21
- package/esm2020/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +44 -15
- package/esm2020/lib/ui/forms/components/urlslug/urlslug.component.mjs +69 -25
- package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +120 -14
- package/esm2020/lib/ui/pipes/filesize.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +7 -7
- package/esm2020/lib/ui/ui.module.mjs +34 -33
- package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +38 -13
- package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +33 -11
- package/esm2020/lib/ui/validation/validation-summary.component.mjs +9 -9
- package/fesm2015/osovitny-anatoly.mjs +1439 -431
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +1436 -739
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/utils.d.ts +1 -0
- package/lib/ui/components/base/base-edit.component.d.ts +1 -1
- package/lib/ui/components/base/base.component.d.ts +1 -1
- package/lib/ui/components/base/base.dialog.d.ts +1 -1
- package/lib/ui/components/base/base.list.d.ts +1 -1
- package/lib/ui/components/base/base.page.d.ts +1 -1
- package/lib/ui/components/base/base.paged.page.d.ts +1 -1
- package/lib/ui/components/billing/buyaccess-button.component.d.ts +1 -1
- package/lib/ui/components/billing/subscribe-plan-button.component.d.ts +1 -1
- package/lib/ui/components/card/card-body.component.d.ts +1 -1
- package/lib/ui/components/card/card-footer.component.d.ts +1 -1
- package/lib/ui/components/card/card-header.component.d.ts +1 -1
- package/lib/ui/components/card/card.component.d.ts +1 -1
- package/lib/ui/components/check-icon/check-icon.component.d.ts +1 -1
- package/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.d.ts +1 -1
- package/lib/ui/components/datapager/datapager.component.d.ts +1 -1
- package/lib/ui/components/html-editor/base-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/forms-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/html-editor.component.d.ts +1 -1
- package/lib/ui/components/identity/signin-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signout-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signup-button.component.d.ts +1 -1
- package/lib/ui/components/nodata/nodata.component.d.ts +1 -1
- package/lib/ui/components/spinners/loading/loading.component.d.ts +1 -1
- package/lib/ui/components/spinners/pagespinner/pagespinner.component.d.ts +1 -1
- package/lib/ui/dialogs/contact-us/contact-us.dialog.d.ts +1 -1
- package/lib/ui/directives/native-element.directive.d.ts +1 -1
- package/lib/ui/external/kendo.module.d.ts +2 -1
- package/lib/ui/forms/components/address/address.component.d.ts +1 -1
- package/lib/ui/forms/components/company/company.component.d.ts +1 -1
- package/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +1 -1
- package/lib/ui/forms/components/urlslug/urlslug.component.d.ts +1 -1
- package/lib/ui/forms/contact-us/contact-us.d.ts +1 -1
- package/lib/ui/validation/form-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/item-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/validation-summary.component.d.ts +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Alabama",
|
|
4
|
+
"code": "AL"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"name": "Alaska",
|
|
8
|
+
"code": "AK"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Arizona",
|
|
12
|
+
"code": "AZ"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Arkansas",
|
|
16
|
+
"code": "AR"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "California",
|
|
20
|
+
"code": "CA"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Colorado",
|
|
24
|
+
"code": "CO"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "Connecticut",
|
|
28
|
+
"code": "CT"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Delaware",
|
|
32
|
+
"code": "DE"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Florida",
|
|
36
|
+
"code": "FL"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "Georgia",
|
|
40
|
+
"code": "GA"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Hawaii",
|
|
44
|
+
"code": "HI"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "Idaho",
|
|
48
|
+
"code": "ID"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "Illinois",
|
|
52
|
+
"code": "IL"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Indiana",
|
|
56
|
+
"code": "IN"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "Iowa",
|
|
60
|
+
"code": "IA"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Kansas",
|
|
64
|
+
"code": "KS"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Kentucky",
|
|
68
|
+
"code": "KY"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Louisiana",
|
|
72
|
+
"code": "LA"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "Maine",
|
|
76
|
+
"code": "ME"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Maryland",
|
|
80
|
+
"code": "MD"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Massachusetts",
|
|
84
|
+
"code": "MA"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Michigan",
|
|
88
|
+
"code": "MI"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Minnesota",
|
|
92
|
+
"code": "MN"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Mississippi",
|
|
96
|
+
"code": "MS"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "Missouri",
|
|
100
|
+
"code": "MO"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Montana",
|
|
104
|
+
"code": "MT"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "Nebraska",
|
|
108
|
+
"code": "NE"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Nevada",
|
|
112
|
+
"code": "NV"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "New Hampshire",
|
|
116
|
+
"code": "NH"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "New Jersey",
|
|
120
|
+
"code": "NJ"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "New Mexico",
|
|
124
|
+
"code": "NM"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "New York",
|
|
128
|
+
"code": "NY"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "North Carolina",
|
|
132
|
+
"code": "NC"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "North Dakota",
|
|
136
|
+
"code": "ND"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Ohio",
|
|
140
|
+
"code": "OH"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Oklahoma",
|
|
144
|
+
"code": "OK"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Oregon",
|
|
148
|
+
"code": "OR"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Pennsylvania",
|
|
152
|
+
"code": "PA"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "Rhode Island",
|
|
156
|
+
"code": "RI"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "South Carolina",
|
|
160
|
+
"code": "SC"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "South Dakota",
|
|
164
|
+
"code": "SD"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "Tennessee",
|
|
168
|
+
"code": "TN"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "Texas",
|
|
172
|
+
"code": "TX"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "Utah",
|
|
176
|
+
"code": "UT"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "Vermont",
|
|
180
|
+
"code": "VT"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "Virginia",
|
|
184
|
+
"code": "VA"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "Washington",
|
|
188
|
+
"code": "WA"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "West Virginia",
|
|
192
|
+
"code": "WV"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "Wisconsin",
|
|
196
|
+
"code": "WI"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "Wyoming",
|
|
200
|
+
"code": "WY"
|
|
201
|
+
}
|
|
202
|
+
]
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
body.swal2-toast-shown {
|
|
2
|
+
.swal2-container.swal2-top-end {
|
|
3
|
+
.swal2-popup.swal2-toast {
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
align-items: center;
|
|
6
|
+
width: auto;
|
|
7
|
+
padding: 1.5em;
|
|
8
|
+
overflow-y: hidden;
|
|
9
|
+
background: #fff;
|
|
10
|
+
box-shadow: 0 0 0.625em #d9d9d9;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.swal2-header {
|
|
14
|
+
.swal2-icon {
|
|
15
|
+
position: absolute;
|
|
16
|
+
margin: 0;
|
|
17
|
+
width: 2em;
|
|
18
|
+
height: 2em;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.swal2-title {
|
|
22
|
+
color: #595959;
|
|
23
|
+
font-size: 18px;
|
|
24
|
+
margin: 0 0 0 50px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.swal2-content {
|
|
29
|
+
margin: 0 0 0 35px;
|
|
30
|
+
font-size: 1.2em;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.swal2-container {
|
|
36
|
+
.swal2-popup {
|
|
37
|
+
background: #fff;
|
|
38
|
+
position: relative;
|
|
39
|
+
padding: 15px;
|
|
40
|
+
text-align: left;
|
|
41
|
+
border-radius: 0;
|
|
42
|
+
|
|
43
|
+
.swal2-toast {
|
|
44
|
+
flex-direction: row;
|
|
45
|
+
align-items: center;
|
|
46
|
+
width: auto;
|
|
47
|
+
padding: 1.2em;
|
|
48
|
+
overflow-y: hidden;
|
|
49
|
+
background: #fff;
|
|
50
|
+
box-shadow: 0 0 0.625em #d9d9d9;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.swal2-header {
|
|
54
|
+
display: block;
|
|
55
|
+
|
|
56
|
+
.swal2-icon {
|
|
57
|
+
position: absolute;
|
|
58
|
+
margin: 45px 10px;
|
|
59
|
+
width: 2em;
|
|
60
|
+
height: 2em;
|
|
61
|
+
|
|
62
|
+
&.swal2-success [class^="swal2-success-line"][class$="long"] {
|
|
63
|
+
top: 1em;
|
|
64
|
+
right: 0.1em;
|
|
65
|
+
width: 1.2em;
|
|
66
|
+
transform: rotate(-45deg);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.swal2-success [class^="swal2-success-circular-line"] {
|
|
70
|
+
position: absolute;
|
|
71
|
+
width: 1.75em;
|
|
72
|
+
height: 1.5em;
|
|
73
|
+
transform: rotate(45deg);
|
|
74
|
+
border-radius: 50%;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&.swal2-success {
|
|
78
|
+
border-color: #a5dc86;
|
|
79
|
+
color: #a5dc86;
|
|
80
|
+
|
|
81
|
+
&.swal2-success [class^="swal2-success-line"][class$="tip"] {
|
|
82
|
+
top: 1em;
|
|
83
|
+
left: 0.2em;
|
|
84
|
+
width: 1em;
|
|
85
|
+
transform: rotate(45deg);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.swal2-success-line-tip {
|
|
89
|
+
top: 1em;
|
|
90
|
+
left: 0.2em;
|
|
91
|
+
width: 1em;
|
|
92
|
+
transform: rotate(45deg);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.swal2-success-fix {
|
|
96
|
+
position: absolute;
|
|
97
|
+
z-index: 1;
|
|
98
|
+
top: 1em;
|
|
99
|
+
left: -0.9em;
|
|
100
|
+
width: 1.1375em;
|
|
101
|
+
height: 2.625em;
|
|
102
|
+
transform: rotate(-45deg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.swal2-error [class^="swal2-x-mark-line"] {
|
|
107
|
+
display: block;
|
|
108
|
+
position: absolute;
|
|
109
|
+
top: 0.85em;
|
|
110
|
+
width: 1.6575em;
|
|
111
|
+
height: 0.3125em;
|
|
112
|
+
border-radius: 0.125em;
|
|
113
|
+
background-color: #f27474;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&.swal2-error {
|
|
117
|
+
border-color: #f27474;
|
|
118
|
+
color: #f27474;
|
|
119
|
+
top: 0.85em;
|
|
120
|
+
|
|
121
|
+
.swal2-x-mark {
|
|
122
|
+
.swal2-x-mark-line-left {
|
|
123
|
+
left: 0.2em;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.swal2-x-mark-line-right {
|
|
127
|
+
right: 0.2em;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.swal2-icon-content {
|
|
133
|
+
display: flex;
|
|
134
|
+
align-items: center;
|
|
135
|
+
font-size: 2em;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.swal2-title {
|
|
140
|
+
color: #595959;
|
|
141
|
+
font-size: 18px;
|
|
142
|
+
margin-bottom: 16px;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.swal2-content {
|
|
147
|
+
text-align: left;
|
|
148
|
+
margin: 0 0 0 65px;
|
|
149
|
+
color: #000;
|
|
150
|
+
font-size: 14px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.swal2-actions {
|
|
154
|
+
display: flex;
|
|
155
|
+
z-index: 1;
|
|
156
|
+
flex-wrap: wrap;
|
|
157
|
+
align-items: center;
|
|
158
|
+
justify-content: flex-end;
|
|
159
|
+
width: 100%;
|
|
160
|
+
|
|
161
|
+
button {
|
|
162
|
+
padding: 5px 20px;
|
|
163
|
+
border-radius: 0;
|
|
164
|
+
font-size: 1em;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
anatoly-contactus-dialog {
|
|
2
|
+
.k-dialog-wrapper {
|
|
3
|
+
background-color: rgb(0 0 0 / 25%);
|
|
4
|
+
|
|
5
|
+
.k-overlay {
|
|
6
|
+
background-color: #01142f;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.k-window {
|
|
10
|
+
.k-window-content {
|
|
11
|
+
padding: 10px;
|
|
12
|
+
|
|
13
|
+
&:last-child {
|
|
14
|
+
padding-bottom: 0;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.k-window-titlebar {
|
|
19
|
+
background: #f8f9fa;
|
|
20
|
+
border-color: #dee2e6;
|
|
21
|
+
|
|
22
|
+
.k-window-title {
|
|
23
|
+
padding: 0.3em 0;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.form-footer {
|
|
28
|
+
padding: 10px;
|
|
29
|
+
text-align: center;
|
|
30
|
+
|
|
31
|
+
.btn {
|
|
32
|
+
padding: 7px 50px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.k-actions {
|
|
37
|
+
padding: 10px;
|
|
38
|
+
background: #f8f9fa;
|
|
39
|
+
border-color: #dee2e6;
|
|
40
|
+
margin: 0;
|
|
41
|
+
|
|
42
|
+
.btn {
|
|
43
|
+
margin: 0 10px 0;
|
|
44
|
+
border-radius: 0;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
anatoly-forms-contactus-form {
|
|
2
|
+
.contact-us {
|
|
3
|
+
position: relative;
|
|
4
|
+
|
|
5
|
+
.form-fields {
|
|
6
|
+
p {
|
|
7
|
+
color: #222;
|
|
8
|
+
font-size: 14px;
|
|
9
|
+
line-height: 1.2;
|
|
10
|
+
margin-bottom: 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.form-name,
|
|
14
|
+
.form-email,
|
|
15
|
+
.form-topic,
|
|
16
|
+
.form-subject {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-flow: column wrap;
|
|
19
|
+
position: static;
|
|
20
|
+
margin-bottom: 15px;
|
|
21
|
+
|
|
22
|
+
.help-block {
|
|
23
|
+
top: -7px;
|
|
24
|
+
position: relative;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
p {
|
|
28
|
+
color: #222;
|
|
29
|
+
font-size: 12px;
|
|
30
|
+
line-height: 1.2;
|
|
31
|
+
font-style: italic;
|
|
32
|
+
margin-bottom: 0;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
input[type="text"] {
|
|
36
|
+
box-sizing: border-box;
|
|
37
|
+
font-size: 0.95rem;
|
|
38
|
+
line-height: 28px;
|
|
39
|
+
height: 44px;
|
|
40
|
+
color: #777;
|
|
41
|
+
background-color: #fff;
|
|
42
|
+
border: 1px solid rgba(153, 153, 153, 0.85);
|
|
43
|
+
border-radius: 0.4rem;
|
|
44
|
+
padding: 5px 15px;
|
|
45
|
+
width: 100%;
|
|
46
|
+
vertical-align: baseline;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.form-message {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-flow: column wrap;
|
|
54
|
+
margin: 15px 0 0;
|
|
55
|
+
|
|
56
|
+
textarea {
|
|
57
|
+
box-sizing: border-box;
|
|
58
|
+
font-size: 0.95rem;
|
|
59
|
+
line-height: 28px;
|
|
60
|
+
order: 0;
|
|
61
|
+
width: 100%;
|
|
62
|
+
margin: 0;
|
|
63
|
+
background-color: #fff;
|
|
64
|
+
color: #777;
|
|
65
|
+
border: 1px solid rgba(153, 153, 153, 0.85);
|
|
66
|
+
border-radius: 0.4rem;
|
|
67
|
+
padding: 5px 15px;
|
|
68
|
+
height: 250px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.assistive-text {
|
|
73
|
+
color: #777;
|
|
74
|
+
position: absolute;
|
|
75
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.form-select {
|
|
80
|
+
display: block;
|
|
81
|
+
width: 100%;
|
|
82
|
+
padding: 0.6rem 2.25rem 0.6rem 1rem;
|
|
83
|
+
-moz-padding-start: calc(1rem - 3px);
|
|
84
|
+
font-size: 0.95rem;
|
|
85
|
+
font-weight: 500;
|
|
86
|
+
line-height: 1.7;
|
|
87
|
+
color: #959ca9;
|
|
88
|
+
background-color: #fff;
|
|
89
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzQ1JyBoZWlnaHQ9JzMyJyB2aWV3Qm94PScwIDAgNDUgMzInPjxwYXRoIGZpbGw9JyM2MDY5N2InIGQ9J00yNi44OCAyOS44ODhjLTEuMDc2IDEuMjg5LTIuNjgzIDIuMTAzLTQuNDggMi4xMDNzLTMuNDA0LTAuODE0LTQuNDcyLTIuMDkzbC0wLjAwOC0wLjAwOS01LjEyLTcuMDQwLTguMTkyLTEwLjA0OC0zLjUyLTQuNjA4Yy0wLjY0Ni0wLjg0OC0xLjAzNi0xLjkyMi0xLjAzNi0zLjA4NyAwLTIuODI4IDIuMjkyLTUuMTIgNS4xMi01LjEyIDAuMTM5IDAgMC4yNzcgMC4wMDYgMC40MTMgMC4wMTZsLTAuMDE4LTAuMDAxaDMzLjY2NGMwLjExOC0wLjAxMCAwLjI1Ni0wLjAxNSAwLjM5Ni0wLjAxNSAyLjgyOCAwIDUuMTIgMi4yOTIgNS4xMiA1LjEyIDAgMS4xNjUtMC4zODkgMi4yMzktMS4wNDUgMy4xbDAuMDA5LTAuMDEzLTMuNTIgNC42MDgtNy44NzIgMTAuMDQ4eicvPjwvc3ZnPg==);
|
|
90
|
+
background-repeat: no-repeat;
|
|
91
|
+
background-position: right 1rem center;
|
|
92
|
+
background-size: 8px 8px;
|
|
93
|
+
border: 1px solid rgba(153, 153, 153, 0.85);
|
|
94
|
+
border-radius: 0.4rem;
|
|
95
|
+
box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
|
|
96
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
97
|
+
background-clip: padding-box;
|
|
98
|
+
appearance: none;
|
|
99
|
+
margin: 0 0 10px 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
mex-contactus-dialog {
|
|
103
|
+
.k-window-content {
|
|
104
|
+
padding: 10px;
|
|
105
|
+
|
|
106
|
+
&:last-child {
|
|
107
|
+
padding-bottom: max(1rem, 1rem);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.help-block {
|
|
2
|
+
display: none;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.has-error {
|
|
6
|
+
anatoly-item-validation-summary {
|
|
7
|
+
.list-unstyled {
|
|
8
|
+
margin: 0;
|
|
9
|
+
padding: 0;
|
|
10
|
+
|
|
11
|
+
.help-block {
|
|
12
|
+
display: block;
|
|
13
|
+
width: 100%;
|
|
14
|
+
margin-top: 0.25rem;
|
|
15
|
+
font-size: 80%;
|
|
16
|
+
color: #a60000;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
anatoly-form-validation-summary {
|
|
23
|
+
.callout {
|
|
24
|
+
border-radius: 0.25rem;
|
|
25
|
+
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
|
|
26
|
+
background-color: #fbfbfb;
|
|
27
|
+
border-left: 5px solid #e9ecef;
|
|
28
|
+
margin-bottom: 1rem;
|
|
29
|
+
padding: 1rem;
|
|
30
|
+
|
|
31
|
+
&.callout-danger {
|
|
32
|
+
border-left-color: #730000;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.box-title {
|
|
36
|
+
font-weight: 600;
|
|
37
|
+
font-size: 18px;
|
|
38
|
+
line-height: 1.4;
|
|
39
|
+
font-family: "Rubik", sans-serif;
|
|
40
|
+
text-align: left;
|
|
41
|
+
color: #343c55;
|
|
42
|
+
}
|
|
43
|
+
ul {
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding-left: 2rem;
|
|
46
|
+
li {
|
|
47
|
+
font-weight: 400;
|
|
48
|
+
font-size: 16px;
|
|
49
|
+
line-height: 1.4;
|
|
50
|
+
font-family: "Rubik", sans-serif;
|
|
51
|
+
text-align: left;
|
|
52
|
+
color: #343c55;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Mixins: Cards Variant
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
@mixin cards-variant($name, $color) {
|
|
6
|
+
.card-#{$name} {
|
|
7
|
+
&:not(.card-outline) {
|
|
8
|
+
> anatoly-card-header {
|
|
9
|
+
> .card-header {
|
|
10
|
+
background-color: $color;
|
|
11
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
12
|
+
padding: 0.75rem 1.25rem;
|
|
13
|
+
position: relative;
|
|
14
|
+
border-top-left-radius: 0.25rem;
|
|
15
|
+
border-top-right-radius: 0.25rem;
|
|
16
|
+
|
|
17
|
+
&:first-child {
|
|
18
|
+
border-radius: calc(0.25rem - 0px) calc(0.25rem - 0px) 0 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&,
|
|
22
|
+
a {
|
|
23
|
+
color: color-yiq($color);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
a.active {
|
|
27
|
+
color: color-yiq($white);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.card-title {
|
|
31
|
+
float: left;
|
|
32
|
+
font-size: 1.2rem;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
margin: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.card-outline {
|
|
41
|
+
border-top: 3px solid $color;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&.card-outline-tabs {
|
|
45
|
+
> .card-header {
|
|
46
|
+
a {
|
|
47
|
+
&:hover {
|
|
48
|
+
border-top: 3px solid $nav-tabs-border-color;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.active {
|
|
52
|
+
border-top: 3px solid $color;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.bg-#{$name},
|
|
60
|
+
.bg-gradient-#{$name},
|
|
61
|
+
.card-#{$name}:not(.card-outline) {
|
|
62
|
+
.btn-tool {
|
|
63
|
+
color: rgba(color-yiq($color), 0.8);
|
|
64
|
+
|
|
65
|
+
&:hover {
|
|
66
|
+
color: color-yiq($color);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.card.bg-#{$name},
|
|
72
|
+
.card.bg-gradient-#{$name} {
|
|
73
|
+
.bootstrap-datetimepicker-widget {
|
|
74
|
+
.table td,
|
|
75
|
+
.table th {
|
|
76
|
+
border: none;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
table thead tr:first-child th:hover,
|
|
80
|
+
table td.day:hover,
|
|
81
|
+
table td.hour:hover,
|
|
82
|
+
table td.minute:hover,
|
|
83
|
+
table td.second:hover {
|
|
84
|
+
background-color: darken($color, 8%);
|
|
85
|
+
color: color-yiq($color);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
table td.today::before {
|
|
89
|
+
border-bottom-color: color-yiq($color);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
table td.active,
|
|
93
|
+
table td.active:hover {
|
|
94
|
+
background-color: lighten($color, 10%);
|
|
95
|
+
color: color-yiq($color);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
#pnlLoading {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: fixed;
|
|
5
|
+
top: 0;
|
|
6
|
+
left: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
align-content: center;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
overflow: auto;
|
|
12
|
+
z-index: 2000;
|
|
13
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.k-i-loading {
|
|
17
|
+
display: block;
|
|
18
|
+
font-size: 100px;
|
|
19
|
+
color: #fff;
|
|
20
|
+
}
|