@osovitny/angular 4.0.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/LICENSE +21 -0
- package/README.md +33 -0
- package/assets/jsons/countries.json +994 -0
- package/assets/jsons/languages-readme.txt +28 -0
- package/assets/jsons/languages.json +38 -0
- package/assets/jsons/timezones.json +554 -0
- package/assets/jsons/usStates.json +202 -0
- package/assets/styles/scss/alerts.css +177 -0
- package/assets/styles/scss/alerts.min.css +1 -0
- package/assets/styles/scss/alerts.scss +194 -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 +50 -0
- package/assets/styles/scss/mixins/_cards.css +0 -0
- package/assets/styles/scss/mixins/_cards.min.css +0 -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 +32 -0
- package/fesm2022/osovitny-angular.mjs +7183 -0
- package/fesm2022/osovitny-angular.mjs.map +1 -0
- package/package.json +80 -0
- package/types/osovitny-angular.d.ts +1885 -0
|
@@ -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,177 @@
|
|
|
1
|
+
body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-popup.swal2-toast {
|
|
2
|
+
-webkit-flex-direction: row;
|
|
3
|
+
-ms-flex-direction: row;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
-webkit-align-items: center;
|
|
6
|
+
-ms-flex-align: center;
|
|
7
|
+
align-items: center;
|
|
8
|
+
width: auto;
|
|
9
|
+
padding: 1.5em;
|
|
10
|
+
overflow-y: hidden;
|
|
11
|
+
background: #fff;
|
|
12
|
+
box-shadow: 0 0 0.625em #d9d9d9;
|
|
13
|
+
}
|
|
14
|
+
body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-header .swal2-icon {
|
|
15
|
+
position: absolute;
|
|
16
|
+
margin: 0;
|
|
17
|
+
width: 2em;
|
|
18
|
+
height: 2em;
|
|
19
|
+
}
|
|
20
|
+
body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-header .swal2-title {
|
|
21
|
+
font-size: 1.5em;
|
|
22
|
+
margin: 0 0 0 50px;
|
|
23
|
+
}
|
|
24
|
+
body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-content {
|
|
25
|
+
margin: 0 0 0 35px;
|
|
26
|
+
font-size: 1.2em;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.swal2-container .swal2-popup {
|
|
30
|
+
background: #fff;
|
|
31
|
+
position: relative;
|
|
32
|
+
padding: 15px;
|
|
33
|
+
text-align: left;
|
|
34
|
+
color: #fff;
|
|
35
|
+
border-radius: 0;
|
|
36
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
|
37
|
+
box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
|
|
38
|
+
}
|
|
39
|
+
.swal2-container .swal2-popup .swal2-toast {
|
|
40
|
+
-webkit-flex-direction: row;
|
|
41
|
+
-ms-flex-direction: row;
|
|
42
|
+
flex-direction: row;
|
|
43
|
+
-webkit-align-items: center;
|
|
44
|
+
-ms-flex-align: center;
|
|
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
|
+
.swal2-container .swal2-popup .swal2-icon {
|
|
53
|
+
position: absolute;
|
|
54
|
+
margin: 50px 10px;
|
|
55
|
+
width: 2em;
|
|
56
|
+
height: 2em;
|
|
57
|
+
}
|
|
58
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
|
|
59
|
+
top: 1em;
|
|
60
|
+
right: 0.1em;
|
|
61
|
+
width: 1.2em;
|
|
62
|
+
-webkit-transform: rotate(-45deg);
|
|
63
|
+
transform: rotate(-45deg);
|
|
64
|
+
}
|
|
65
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
|
|
66
|
+
position: absolute;
|
|
67
|
+
width: 1.75em;
|
|
68
|
+
height: 1.5em;
|
|
69
|
+
-webkit-transform: rotate(45deg);
|
|
70
|
+
transform: rotate(45deg);
|
|
71
|
+
border-radius: 50%;
|
|
72
|
+
}
|
|
73
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-success {
|
|
74
|
+
border-color: #a5dc86;
|
|
75
|
+
color: #a5dc86;
|
|
76
|
+
}
|
|
77
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-success.swal2-success [class^=swal2-success-line][class$=tip] {
|
|
78
|
+
top: 1em;
|
|
79
|
+
left: 0.2em;
|
|
80
|
+
width: 1em;
|
|
81
|
+
-webkit-transform: rotate(45deg);
|
|
82
|
+
transform: rotate(45deg);
|
|
83
|
+
}
|
|
84
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-line-tip {
|
|
85
|
+
top: 1em;
|
|
86
|
+
left: 0.2em;
|
|
87
|
+
width: 1em;
|
|
88
|
+
-webkit-transform: rotate(45deg);
|
|
89
|
+
transform: rotate(45deg);
|
|
90
|
+
}
|
|
91
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-fix {
|
|
92
|
+
position: absolute;
|
|
93
|
+
z-index: 1;
|
|
94
|
+
top: 1em;
|
|
95
|
+
left: -0.9em;
|
|
96
|
+
width: 1.1375em;
|
|
97
|
+
height: 2.625em;
|
|
98
|
+
-webkit-transform: rotate(-45deg);
|
|
99
|
+
transform: rotate(-45deg);
|
|
100
|
+
}
|
|
101
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
|
|
102
|
+
display: block;
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 0.85em;
|
|
105
|
+
width: 1.6575em;
|
|
106
|
+
height: 0.3125em;
|
|
107
|
+
border-radius: 0.125em;
|
|
108
|
+
background-color: #f27474;
|
|
109
|
+
}
|
|
110
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-error {
|
|
111
|
+
border-color: #f27474;
|
|
112
|
+
color: #f27474;
|
|
113
|
+
top: 0.85em;
|
|
114
|
+
}
|
|
115
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-left {
|
|
116
|
+
left: 0.2em;
|
|
117
|
+
}
|
|
118
|
+
.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-right {
|
|
119
|
+
right: 0.2em;
|
|
120
|
+
}
|
|
121
|
+
.swal2-container .swal2-popup .swal2-icon .swal2-icon-content {
|
|
122
|
+
display: -webkit-flex;
|
|
123
|
+
display: -ms-flexbox;
|
|
124
|
+
display: flex;
|
|
125
|
+
-webkit-align-items: center;
|
|
126
|
+
-ms-flex-align: center;
|
|
127
|
+
align-items: center;
|
|
128
|
+
font-size: 2em;
|
|
129
|
+
}
|
|
130
|
+
.swal2-container .swal2-popup .swal2-title {
|
|
131
|
+
color: #595959;
|
|
132
|
+
font-size: 1.4em;
|
|
133
|
+
text-align: left;
|
|
134
|
+
font-weight: 800;
|
|
135
|
+
padding: 0;
|
|
136
|
+
}
|
|
137
|
+
.swal2-container .swal2-popup .swal2-content {
|
|
138
|
+
text-align: left;
|
|
139
|
+
margin: 0 0 0 65px;
|
|
140
|
+
}
|
|
141
|
+
.swal2-container .swal2-popup .swal2-html-container {
|
|
142
|
+
z-index: 1;
|
|
143
|
+
-webkit-justify-content: center;
|
|
144
|
+
-ms-flex-pack: center;
|
|
145
|
+
justify-content: center;
|
|
146
|
+
margin: 0;
|
|
147
|
+
padding: 1em 1.6em 0.3em 2.8em;
|
|
148
|
+
color: #545454;
|
|
149
|
+
font-size: 1em;
|
|
150
|
+
font-weight: 400;
|
|
151
|
+
line-height: normal;
|
|
152
|
+
text-align: left;
|
|
153
|
+
word-wrap: break-word;
|
|
154
|
+
word-break: break-word;
|
|
155
|
+
}
|
|
156
|
+
.swal2-container .swal2-popup .swal2-actions {
|
|
157
|
+
display: -webkit-flex;
|
|
158
|
+
display: -ms-flexbox;
|
|
159
|
+
display: flex;
|
|
160
|
+
z-index: 1;
|
|
161
|
+
-webkit-flex-wrap: wrap;
|
|
162
|
+
-ms-flex-wrap: wrap;
|
|
163
|
+
flex-wrap: wrap;
|
|
164
|
+
-webkit-align-items: center;
|
|
165
|
+
-ms-flex-align: center;
|
|
166
|
+
align-items: center;
|
|
167
|
+
-webkit-justify-content: flex-end;
|
|
168
|
+
-ms-flex-pack: end;
|
|
169
|
+
justify-content: flex-end;
|
|
170
|
+
width: 100%;
|
|
171
|
+
}
|
|
172
|
+
.swal2-container .swal2-popup .swal2-actions button {
|
|
173
|
+
padding: 5px 20px;
|
|
174
|
+
border-radius: 0;
|
|
175
|
+
font-size: 1em;
|
|
176
|
+
min-width: 85px;
|
|
177
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-popup.swal2-toast{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:auto;padding:1.5em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-header .swal2-icon{position:absolute;margin:0;width:2em;height:2em}body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-header .swal2-title{font-size:1.5em;margin:0 0 0 50px}body.swal2-toast-shown .swal2-container.swal2-top-end .swal2-content{margin:0 0 0 35px;font-size:1.2em}.swal2-container .swal2-popup{background:#fff;position:relative;padding:15px;text-align:left;color:#fff;border-radius:0;text-shadow:1px 1px 1px rgba(0,0,0,.1);box-shadow:rgba(0,0,0,.25) 0 25px 50px -12px}.swal2-container .swal2-popup .swal2-toast{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:auto;padding:1.2em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-container .swal2-popup .swal2-icon{position:absolute;margin:50px 10px;width:2em;height:2em}.swal2-container .swal2-popup .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:1em;right:.1em;width:1.2em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-container .swal2-popup .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.75em;height:1.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-container .swal2-popup .swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-container .swal2-popup .swal2-icon.swal2-success.swal2-success [class^=swal2-success-line][class$=tip]{top:1em;left:.2em;width:1em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-line-tip{top:1em;left:.2em;width:1em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:1em;left:-0.9em;width:1.1375em;height:2.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-container .swal2-popup .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:.85em;width:1.6575em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-container .swal2-popup .swal2-icon.swal2-error{border-color:#f27474;color:#f27474;top:.85em}.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-left{left:.2em}.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-right{right:.2em}.swal2-container .swal2-popup .swal2-icon .swal2-icon-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:2em}.swal2-container .swal2-popup .swal2-title{color:#595959;font-size:1.4em;text-align:left;font-weight:800;padding:0}.swal2-container .swal2-popup .swal2-content{text-align:left;margin:0 0 0 65px}.swal2-container .swal2-popup .swal2-html-container{z-index:1;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:1em 1.6em .3em 2.8em;color:#545454;font-size:1em;font-weight:400;line-height:normal;text-align:left;word-wrap:break-word;word-break:break-word}.swal2-container .swal2-popup .swal2-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.swal2-container .swal2-popup .swal2-actions button{padding:5px 20px;border-radius:0;font-size:1em;min-width:85px}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
// overloading sweetalert2@11.0.18
|
|
2
|
+
body.swal2-toast-shown {
|
|
3
|
+
.swal2-container.swal2-top-end {
|
|
4
|
+
.swal2-popup.swal2-toast {
|
|
5
|
+
flex-direction: row;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: auto;
|
|
8
|
+
padding: 1.5em;
|
|
9
|
+
overflow-y: hidden;
|
|
10
|
+
background: #fff;
|
|
11
|
+
box-shadow: 0 0 0.625em #d9d9d9;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.swal2-header {
|
|
15
|
+
.swal2-icon {
|
|
16
|
+
position: absolute;
|
|
17
|
+
margin: 0;
|
|
18
|
+
width: 2em;
|
|
19
|
+
height: 2em;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.swal2-title {
|
|
23
|
+
font-size: 1.5em;
|
|
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
|
+
color: #fff;
|
|
42
|
+
border-radius: 0;
|
|
43
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
|
44
|
+
box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
|
|
45
|
+
|
|
46
|
+
.swal2-toast {
|
|
47
|
+
flex-direction: row;
|
|
48
|
+
align-items: center;
|
|
49
|
+
width: auto;
|
|
50
|
+
padding: 1.2em;
|
|
51
|
+
overflow-y: hidden;
|
|
52
|
+
background: #fff;
|
|
53
|
+
box-shadow: 0 0 0.625em #d9d9d9;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.swal2-icon {
|
|
57
|
+
position: absolute;
|
|
58
|
+
margin: 50px 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-circular-line-left {
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.swal2-success-line-tip {
|
|
92
|
+
top: 1em;
|
|
93
|
+
left: 0.2em;
|
|
94
|
+
width: 1em;
|
|
95
|
+
transform: rotate(45deg);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.swal2-success-line-long {
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.swal2-success-ring {
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.swal2-success-fix {
|
|
105
|
+
position: absolute;
|
|
106
|
+
z-index: 1;
|
|
107
|
+
top: 1em;
|
|
108
|
+
left: -0.9em;
|
|
109
|
+
width: 1.1375em;
|
|
110
|
+
height: 2.625em;
|
|
111
|
+
transform: rotate(-45deg);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.swal2-success-circular-line-right {
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&.swal2-error [class^='swal2-x-mark-line'] {
|
|
119
|
+
display: block;
|
|
120
|
+
position: absolute;
|
|
121
|
+
top: 0.85em;
|
|
122
|
+
width: 1.6575em;
|
|
123
|
+
height: 0.3125em;
|
|
124
|
+
border-radius: 0.125em;
|
|
125
|
+
background-color: #f27474;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&.swal2-error {
|
|
129
|
+
border-color: #f27474;
|
|
130
|
+
color: #f27474;
|
|
131
|
+
top: 0.85em;
|
|
132
|
+
|
|
133
|
+
.swal2-x-mark {
|
|
134
|
+
.swal2-x-mark-line-left {
|
|
135
|
+
left: 0.2em;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.swal2-x-mark-line-right {
|
|
139
|
+
right: 0.2em;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.swal2-icon-content {
|
|
145
|
+
display: flex;
|
|
146
|
+
align-items: center;
|
|
147
|
+
font-size: 2em;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.swal2-title {
|
|
152
|
+
color: #595959;
|
|
153
|
+
font-size: 1.4em;
|
|
154
|
+
text-align: left;
|
|
155
|
+
font-weight: 800;
|
|
156
|
+
padding: 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.swal2-content {
|
|
160
|
+
text-align: left;
|
|
161
|
+
margin: 0 0 0 65px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.swal2-html-container {
|
|
165
|
+
z-index: 1;
|
|
166
|
+
justify-content: center;
|
|
167
|
+
margin: 0;
|
|
168
|
+
padding: 1em 1.6em 0.3em 2.8em;
|
|
169
|
+
color: #545454;
|
|
170
|
+
font-size: 1em;
|
|
171
|
+
font-weight: 400;
|
|
172
|
+
line-height: normal;
|
|
173
|
+
text-align: left;
|
|
174
|
+
word-wrap: break-word;
|
|
175
|
+
word-break: break-word;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.swal2-actions {
|
|
179
|
+
display: flex;
|
|
180
|
+
z-index: 1;
|
|
181
|
+
flex-wrap: wrap;
|
|
182
|
+
align-items: center;
|
|
183
|
+
justify-content: flex-end;
|
|
184
|
+
width: 100%;
|
|
185
|
+
|
|
186
|
+
button {
|
|
187
|
+
padding: 5px 20px;
|
|
188
|
+
border-radius: 0;
|
|
189
|
+
font-size: 1em;
|
|
190
|
+
min-width: 85px;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
osovitny-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
|
+
}
|