boka-human-cliend-v3 0.0.49 → 0.0.50
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.
|
@@ -454,6 +454,7 @@
|
|
|
454
454
|
.humanEnterIcon {
|
|
455
455
|
position: fixed;
|
|
456
456
|
z-index: 999;
|
|
457
|
+
background-color: #0074ff;
|
|
457
458
|
border-radius: 50%;
|
|
458
459
|
width: 40px;
|
|
459
460
|
height: 40px;
|
|
@@ -461,6 +462,8 @@
|
|
|
461
462
|
box-sizing: border-box;
|
|
462
463
|
/*transform: translate(100vw, 100vh);*/
|
|
463
464
|
transform: translate(50vw, 50vh);
|
|
465
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
|
|
466
|
+
padding: 8px;
|
|
464
467
|
}
|
|
465
468
|
.humanEnterIcon > svg {
|
|
466
469
|
width: 100%;
|
|
@@ -473,7 +476,6 @@
|
|
|
473
476
|
line-height: 24px;
|
|
474
477
|
font-size: 14px;
|
|
475
478
|
font-weight: bold;
|
|
476
|
-
padding: 8px;
|
|
477
479
|
}
|
|
478
480
|
.humanMainView {
|
|
479
481
|
position: fixed;
|