@iankibetsh/shframework 5.8.1 → 5.8.3

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.
@@ -260,38 +260,6 @@
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
-
295
263
  .colored-toast.swal2-icon-success {
296
264
  background-color: #a5dc86 !important;
297
265
  }
@@ -333,6 +301,54 @@
333
301
  min-width: 300px;
334
302
  }
335
303
 
304
+ .sh-phone{
305
+ display: flex;
306
+ width: 100%;
307
+ align-items: center;
308
+ padding: 0 0.25rem;
309
+ }
310
+ .phone-country{
311
+ width: 2rem;
312
+ border: none;
313
+ align-self: center;
314
+ outline: none !important;
315
+ padding: 0.4rem;
316
+ border-right: 1px solid #0003;
317
+ }
318
+ .phone-number{
319
+ width: calc(100% - 2.2rem);
320
+ border: none;
321
+ align-self: center;
322
+ outline: none;
323
+ margin-bottom: 0;
324
+ padding: 0.4rem;
325
+ }
326
+ .sh-phone img{
327
+ padding: 0.125rem;
328
+ width: 2rem;
329
+ height: 2rem;
330
+ }
331
+ .phone-number::placeholder{
332
+ font-weight: 300;
333
+ opacity: 0.5;
334
+ }
335
+
336
+ .sh-selected-item{
337
+ line-height: unset!important;
338
+ }
339
+ .sh-suggestion-input{
340
+ padding: 0.375rem 0.75rem;
341
+ }
342
+ .sh-suggest{
343
+ margin-bottom: 1rem;
344
+ padding: 0rem 0rem;
345
+ }
346
+ .sh-suggest-control::after{
347
+ margin-top: auto;
348
+ margin-bottom: auto;
349
+ margin-right: 0.255em;
350
+ }
351
+
336
352
  .permissions-main {
337
353
  background: #edeff2;
338
354
  }
@@ -365,22 +381,6 @@
365
381
  flex-grow: 1;
366
382
  }
367
383
 
368
- .sh-selected-item{
369
- line-height: unset!important;
370
- }
371
- .sh-suggestion-input{
372
- padding: 0.375rem 0.75rem;
373
- }
374
- .sh-suggest{
375
- margin-bottom: 1rem;
376
- padding: 0rem 0rem;
377
- }
378
- .sh-suggest-control::after{
379
- margin-top: auto;
380
- margin-bottom: auto;
381
- margin-right: 0.255em;
382
- }
383
-
384
384
  .callout{
385
385
  --bs-link-color-rgb: 110,168,254;
386
386
  --bs-code-color: #e685b5;