@iankibetsh/shframework 5.7.7 → 5.7.9
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/dist/dist/library.mjs.css +32 -32
- package/dist/library.js +259 -225
- package/dist/library.mjs +259 -225
- package/package.json +1 -1
|
@@ -260,38 +260,6 @@
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.colored-toast.swal2-icon-success {
|
|
264
|
-
background-color: #a5dc86 !important;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.colored-toast.swal2-icon-error {
|
|
268
|
-
background-color: #f27474 !important;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.colored-toast.swal2-icon-warning {
|
|
272
|
-
background-color: #f8bb86 !important;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.colored-toast.swal2-icon-info {
|
|
276
|
-
background-color: #3fc3ee !important;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.colored-toast.swal2-icon-question {
|
|
280
|
-
background-color: #87adbd !important;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.colored-toast .swal2-title {
|
|
284
|
-
color: white;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.colored-toast .swal2-close {
|
|
288
|
-
color: white;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.colored-toast .swal2-html-container {
|
|
292
|
-
color: white;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
263
|
.sh-phone{
|
|
296
264
|
display: flex;
|
|
297
265
|
width: 100%;
|
|
@@ -324,6 +292,38 @@
|
|
|
324
292
|
opacity: 0.5;
|
|
325
293
|
}
|
|
326
294
|
|
|
295
|
+
.colored-toast.swal2-icon-success {
|
|
296
|
+
background-color: #a5dc86 !important;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.colored-toast.swal2-icon-error {
|
|
300
|
+
background-color: #f27474 !important;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.colored-toast.swal2-icon-warning {
|
|
304
|
+
background-color: #f8bb86 !important;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.colored-toast.swal2-icon-info {
|
|
308
|
+
background-color: #3fc3ee !important;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.colored-toast.swal2-icon-question {
|
|
312
|
+
background-color: #87adbd !important;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.colored-toast .swal2-title {
|
|
316
|
+
color: white;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.colored-toast .swal2-close {
|
|
320
|
+
color: white;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.colored-toast .swal2-html-container {
|
|
324
|
+
color: white;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
327
|
.permissions-main {
|
|
328
328
|
background: #edeff2;
|
|
329
329
|
}
|