@leapdev/gui 0.2.257 → 0.2.258

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.
@@ -54,6 +54,7 @@ html {
54
54
  @media screen and (max-height: 849px) {
55
55
  height: auto;
56
56
  margin-bottom: 4vh;
57
+ margin-top: 2rem;
57
58
 
58
59
  > svg {
59
60
  height: 100%;
@@ -79,6 +80,7 @@ html {
79
80
  &_links {
80
81
  display: flex;
81
82
  margin-top: 2rem;
83
+ margin-bottom: 1rem;
82
84
  color: $text-muted;
83
85
  text-align: center;
84
86
  justify-content: space-between;
@@ -402,10 +404,18 @@ html {
402
404
  }
403
405
 
404
406
  &_signin_methods {
407
+ display: grid;
408
+ grid-template-columns: 1fr;
409
+ grid-template-rows: 1fr;
410
+ gap: 0.5rem;
405
411
  > .auth_btn {
412
+ margin: 0;
406
413
  display: flex;
414
+ justify-content: stretch;
407
415
  align-items: center;
408
- justify-content: center;
416
+ text-align: left;
417
+ line-height: 1.4;
418
+ padding: 0 1rem;
409
419
  text-transform: none;
410
420
 
411
421
  > span {
@@ -415,21 +425,5 @@ html {
415
425
  justify-content: center;
416
426
  }
417
427
  }
418
- @media screen and (min-width: 480px) {
419
- display: grid;
420
- grid-template-columns: 1fr;
421
- grid-template-rows: 1fr;
422
- gap: 0.5rem;
423
-
424
- >.auth_btn {
425
- margin: 0;
426
- display: flex;
427
- justify-content: stretch;
428
- align-items: center;
429
- text-align: left;
430
- line-height: 1.4;
431
- padding: 0 1rem;
432
- }
433
- }
434
428
  }
435
429
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui",
3
- "version": "0.2.257",
3
+ "version": "0.2.258",
4
4
  "description": "LEAP GUI",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",