From 58247d4a61d3ad98e997fef8f1589d8cd55fb08c Mon Sep 17 00:00:00 2001 From: mabasian <54101509+mabasian@users.noreply.github.com> Date: Thu, 23 May 2024 14:42:13 +0200 Subject: [PATCH] UPDATE: styles in the expert modal (#1892) * Fix the styles in the expert modal * FIX: all requested styles in expert medal * UPDATE: center the text in the inputs * FIX expert modal with new theme --- launcher/public/output.css | 23 +- .../UI/node-page/sections/ExpertWindow.vue | 215 +++++++++++------- 2 files changed, 145 insertions(+), 93 deletions(-) diff --git a/launcher/public/output.css b/launcher/public/output.css index 5211774d5..37f9ac0e8 100755 --- a/launcher/public/output.css +++ b/launcher/public/output.css @@ -1523,6 +1523,10 @@ video { margin-top: 2rem; } +.mt-0{ + margin-top: 0px; +} + .box-border{ -webkit-box-sizing: border-box; box-sizing: border-box; @@ -2226,8 +2230,8 @@ video { width: 8rem; } -.w-\[925px\]{ - width: 925px; +.w-\[970px\]{ + width: 970px; } .w-fit{ @@ -2761,6 +2765,12 @@ video { margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } +.space-y-3 > :not([hidden]) ~ :not([hidden]){ + --tw-space-y-reverse: 0; + margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); +} + .divide-x > :not([hidden]) ~ :not([hidden]){ --tw-divide-x-reverse: 0; border-right-width: calc(1px * var(--tw-divide-x-reverse)); @@ -3881,6 +3891,11 @@ video { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } +.bg-\[\#3a3d40\]{ + --tw-bg-opacity: 1; + background-color: rgb(58 61 64 / var(--tw-bg-opacity)); +} + .bg-opacity-80{ --tw-bg-opacity: 0.8; } @@ -5633,10 +5648,6 @@ html body { --tw-ring-opacity: 0.4; } -.focus\:ring-opacity-80:focus{ - --tw-ring-opacity: 0.8; -} - .active\:scale-100:active{ --tw-scale-x: 1; --tw-scale-y: 1; diff --git a/launcher/src/components/UI/node-page/sections/ExpertWindow.vue b/launcher/src/components/UI/node-page/sections/ExpertWindow.vue index 20e10c7c6..b35f12b28 100755 --- a/launcher/src/components/UI/node-page/sections/ExpertWindow.vue +++ b/launcher/src/components/UI/node-page/sections/ExpertWindow.vue @@ -6,7 +6,7 @@ @click="$emit('hideModal')" > -
+
icon - Expert Mode - - + Expert Mode +
+ + +
icon - SSV Configuration - - + SSV Configuration +
+ + +
icon - SSV DKG Configuration - - + SSV DKG Configuration +
+ + +
- - Prometheus Configuration - - + Prometheus Configuration +
+ + +
icon - {{ option.title }} - + {{ + option.title + }} + +
-

+

version: {{ item.config.imageVersion }}

- {{ $t("exitValidatorModal.clickClose") }} + + +