station 0.0.122 → 0.0.123
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a562ffad7fd282eb375976fc22917259800e03b65d985ee3eb539cb2456fd8f
|
|
4
|
+
data.tar.gz: 74e849f0d2f02a85300f27140176e4bb009b0e0076f85ba78aae93ff3e8747a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8dac5fb7decf70e3bd733fdc79dc122e65c8a87a53e01c799afb6ecb0d48c8c835ade63e6f02deaf6ffcb395b4b270c481887e87d32d7441555d7d73c81553a
|
|
7
|
+
data.tar.gz: 1d8249019d0caf51fa97a5a46a58623fd3560a702e1de9db09c1f73b0764b50063fc9a436527855dfca02c1131ab8933dfcf6fa58baf00deac092677675bd858
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
|
|
36
36
|
.Adp-use-cases {
|
|
37
37
|
position: relative;
|
|
38
|
+
-webkit-transform-style: preserve-3d;
|
|
39
|
+
-webkit-backface-visibility: hidden;
|
|
38
40
|
|
|
39
41
|
&__background {
|
|
40
42
|
position: absolute;
|
|
@@ -316,7 +318,7 @@
|
|
|
316
318
|
border-radius: 0 0 0 40px;
|
|
317
319
|
height: 360px;
|
|
318
320
|
z-index: -1;
|
|
319
|
-
width:
|
|
321
|
+
width: 49vw;
|
|
320
322
|
left: -5px;
|
|
321
323
|
position: absolute;
|
|
322
324
|
top: -20px;
|
|
@@ -350,7 +352,11 @@
|
|
|
350
352
|
padding: 16px 24px;
|
|
351
353
|
border-radius: 15px;
|
|
352
354
|
max-height: 250px;
|
|
353
|
-
overflow:
|
|
355
|
+
overflow: hidden;
|
|
356
|
+
|
|
357
|
+
&:hover {
|
|
358
|
+
overflow: auto;
|
|
359
|
+
}
|
|
354
360
|
}
|
|
355
361
|
|
|
356
362
|
svg {
|
|
@@ -392,16 +398,22 @@
|
|
|
392
398
|
.Vlt-tabs__header--bordered {
|
|
393
399
|
box-shadow: none;
|
|
394
400
|
display: flex;
|
|
395
|
-
overflow: scroll;
|
|
396
401
|
justify-content: flex-start;
|
|
397
402
|
margin-top: 0px;
|
|
398
403
|
padding: 16px;
|
|
404
|
+
overflow: hidden;
|
|
405
|
+
height: 80px;
|
|
406
|
+
|
|
407
|
+
&:hover {
|
|
408
|
+
overflow-x: auto;
|
|
409
|
+
}
|
|
399
410
|
|
|
400
411
|
.Vlt-tabs__link {
|
|
401
412
|
border-radius: 100px;
|
|
402
413
|
padding: 12px;
|
|
403
414
|
margin: 0;
|
|
404
415
|
color: white;
|
|
416
|
+
height: 44px;
|
|
405
417
|
|
|
406
418
|
&:first-child {
|
|
407
419
|
margin: 0;
|
|
@@ -466,5 +478,23 @@
|
|
|
466
478
|
right: -15px;
|
|
467
479
|
}
|
|
468
480
|
}
|
|
481
|
+
|
|
482
|
+
*::-webkit-scrollbar-track {
|
|
483
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
|
484
|
+
background-color: #333;
|
|
485
|
+
border-radius: 10px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
*::-webkit-scrollbar {
|
|
489
|
+
background-color: #333;
|
|
490
|
+
width: 10px;
|
|
491
|
+
height: 10px;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
*::-webkit-scrollbar-thumb {
|
|
495
|
+
border-radius: 10px;
|
|
496
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
|
497
|
+
background-color: #1a1a1a;
|
|
498
|
+
}
|
|
469
499
|
}
|
|
470
500
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: station
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.123
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vonage DevRel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
@@ -717,7 +717,7 @@ files:
|
|
|
717
717
|
- "./lib/nexmo_developer/public/android-chrome-512x512.png"
|
|
718
718
|
- "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
|
|
719
719
|
- "./lib/nexmo_developer/public/apple-touch-icon.png"
|
|
720
|
-
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-
|
|
720
|
+
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-4205e55aeb63d42e0adef64bd90b69c1.json"
|
|
721
721
|
- "./lib/nexmo_developer/public/assets/application-6e9186f7602070c57b5c60de9b45ad12f1fccdcf83e08ea28c809d7a5a42a232.css"
|
|
722
722
|
- "./lib/nexmo_developer/public/assets/application-6e9186f7602070c57b5c60de9b45ad12f1fccdcf83e08ea28c809d7a5a42a232.css.gz"
|
|
723
723
|
- "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js"
|
|
@@ -828,9 +828,9 @@ files:
|
|
|
828
828
|
- "./lib/nexmo_developer/public/packs/css/active_admin/print-69353421.chunk.css"
|
|
829
829
|
- "./lib/nexmo_developer/public/packs/css/active_admin/print-69353421.chunk.css.br"
|
|
830
830
|
- "./lib/nexmo_developer/public/packs/css/active_admin/print-69353421.chunk.css.gz"
|
|
831
|
-
- "./lib/nexmo_developer/public/packs/css/application-
|
|
832
|
-
- "./lib/nexmo_developer/public/packs/css/application-
|
|
833
|
-
- "./lib/nexmo_developer/public/packs/css/application-
|
|
831
|
+
- "./lib/nexmo_developer/public/packs/css/application-9d2010f5.chunk.css"
|
|
832
|
+
- "./lib/nexmo_developer/public/packs/css/application-9d2010f5.chunk.css.br"
|
|
833
|
+
- "./lib/nexmo_developer/public/packs/css/application-9d2010f5.chunk.css.gz"
|
|
834
834
|
- "./lib/nexmo_developer/public/packs/js/active_admin-5ac319e79e6d7e96d632.chunk.js"
|
|
835
835
|
- "./lib/nexmo_developer/public/packs/js/active_admin-5ac319e79e6d7e96d632.chunk.js.br"
|
|
836
836
|
- "./lib/nexmo_developer/public/packs/js/active_admin-5ac319e79e6d7e96d632.chunk.js.map"
|