@iankibetsh/shframework 5.8.5 → 5.8.6
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 +37 -32
- package/dist/library.js +373 -257
- package/dist/library.mjs +372 -256
- package/package.json +1 -1
|
@@ -260,6 +260,38 @@
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
+
.sh-phone{
|
|
264
|
+
display: flex;
|
|
265
|
+
width: 100%;
|
|
266
|
+
align-items: center;
|
|
267
|
+
padding: 0 0.25rem;
|
|
268
|
+
}
|
|
269
|
+
.phone-country{
|
|
270
|
+
width: 2rem;
|
|
271
|
+
border: none;
|
|
272
|
+
align-self: center;
|
|
273
|
+
outline: none !important;
|
|
274
|
+
padding: 0.4rem;
|
|
275
|
+
border-right: 1px solid #0003;
|
|
276
|
+
}
|
|
277
|
+
.phone-number{
|
|
278
|
+
width: calc(100% - 2.2rem);
|
|
279
|
+
border: none;
|
|
280
|
+
align-self: center;
|
|
281
|
+
outline: none;
|
|
282
|
+
margin-bottom: 0;
|
|
283
|
+
padding: 0.4rem;
|
|
284
|
+
}
|
|
285
|
+
.sh-phone img{
|
|
286
|
+
padding: 0.125rem;
|
|
287
|
+
width: 2rem;
|
|
288
|
+
height: 2rem;
|
|
289
|
+
}
|
|
290
|
+
.phone-number::placeholder{
|
|
291
|
+
font-weight: 300;
|
|
292
|
+
opacity: 0.5;
|
|
293
|
+
}
|
|
294
|
+
|
|
263
295
|
.colored-toast.swal2-icon-success {
|
|
264
296
|
background-color: #a5dc86 !important;
|
|
265
297
|
}
|
|
@@ -304,38 +336,6 @@
|
|
|
304
336
|
cursor: pointer;
|
|
305
337
|
}
|
|
306
338
|
|
|
307
|
-
.sh-phone{
|
|
308
|
-
display: flex;
|
|
309
|
-
width: 100%;
|
|
310
|
-
align-items: center;
|
|
311
|
-
padding: 0 0.25rem;
|
|
312
|
-
}
|
|
313
|
-
.phone-country{
|
|
314
|
-
width: 2rem;
|
|
315
|
-
border: none;
|
|
316
|
-
align-self: center;
|
|
317
|
-
outline: none !important;
|
|
318
|
-
padding: 0.4rem;
|
|
319
|
-
border-right: 1px solid #0003;
|
|
320
|
-
}
|
|
321
|
-
.phone-number{
|
|
322
|
-
width: calc(100% - 2.2rem);
|
|
323
|
-
border: none;
|
|
324
|
-
align-self: center;
|
|
325
|
-
outline: none;
|
|
326
|
-
margin-bottom: 0;
|
|
327
|
-
padding: 0.4rem;
|
|
328
|
-
}
|
|
329
|
-
.sh-phone img{
|
|
330
|
-
padding: 0.125rem;
|
|
331
|
-
width: 2rem;
|
|
332
|
-
height: 2rem;
|
|
333
|
-
}
|
|
334
|
-
.phone-number::placeholder{
|
|
335
|
-
font-weight: 300;
|
|
336
|
-
opacity: 0.5;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
339
|
.sh-selected-item{
|
|
340
340
|
line-height: unset!important;
|
|
341
341
|
}
|
|
@@ -400,6 +400,11 @@
|
|
|
400
400
|
--bd-callout-border: var(--bs-info-border-subtle);
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
+
.sh-checkbox-group {
|
|
404
|
+
display: flex;
|
|
405
|
+
flex-wrap: wrap;
|
|
406
|
+
}
|
|
407
|
+
|
|
403
408
|
.sh-forgot-link, .sh-register-link{
|
|
404
409
|
cursor: pointer;
|
|
405
410
|
}
|