diff --git a/wizard/app/styles/trunks.css b/wizard/app/styles/trunks.css index 40b38a40..d4135aee 100644 --- a/wizard/app/styles/trunks.css +++ b/wizard/app/styles/trunks.css @@ -12761,6 +12761,10 @@ video { font-size: 0.875rem; line-height: 1.25rem; } +.text-sm-edited { + font-size: 0.95rem; + line-height: 1.5rem; +} .text-base { font-size: 1rem; line-height: 1.5rem; @@ -12773,6 +12777,10 @@ video { font-size: 1.25rem; line-height: 1.75rem; } +.text-xl-edited { + font-size: 1.33rem; + line-height: 1.75rem; +} .text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -41616,7 +41624,7 @@ video { } } .lg\:left-28-edited { - left: 7.4rem; + left: 7rem; } .lg\:left-40 { left: 10rem; diff --git a/wizard/app/views/login.html b/wizard/app/views/login.html index 0c6526b2..bfd1e60e 100644 --- a/wizard/app/views/login.html +++ b/wizard/app/views/login.html @@ -12,26 +12,26 @@ class="flex flex-1 flex-col justify-center px-4 py-12 sm:px-6 lg:flex-none lg:px-24" >
{{'Cannot login' | translate}}
@@ -76,7 +76,7 @@ @@ -85,7 +85,7 @@ required type="text" ng-class="login.showError && !isDarkTheme? 'text-red-600 border-red-500 focus:border-red-500 focus:ring-red-500 bg-white' : login.showError && isDarkTheme ? 'border-red-400 focus:border-red-400 focus:ring-red-400 text-red-400 bg-gray-950' : !login.showError && !isDarkTheme ? 'bg-white text-gray-900 border-gray-300 focus:border-emerald-500 placeholder:text-gray-400 focus:ring-emerald-500' : 'bg-gray-950 text-gray-100 border-gray-600 focus:border-emerald-500 focus:ring-emerald-700 placeholder:text-gray-500'" - class="form-control block w-full relative focus:z-[8] px-3 py-2 text-sm rounded-md" + class="form-control block w-full relative focus:z-[8] px-3 py-2 text-sm-edited rounded-md" id="inputUsername" placeholder="" tabindex="1" @@ -97,7 +97,7 @@ @@ -106,7 +106,7 @@ required type="{{showPassword ? 'text' : 'password'}}" ng-class="login.showError && !isDarkTheme? 'text-red-600 border-red-500 focus:border-red-500 focus:ring-red-500 bg-white' : login.showError && isDarkTheme ? 'border-red-400 focus:border-red-400 focus:ring-red-400 text-red-400 bg-gray-950' : !login.showError && !isDarkTheme ? 'bg-white text-gray-900 border-gray-300 focus:border-emerald-500 placeholder:text-gray-400 focus:ring-emerald-500' : 'bg-gray-950 text-gray-100 border-gray-600 focus:border-emerald-500 focus:ring-emerald-700 placeholder:text-gray-500'" - class="form-control block w-full relative focus:z-[8] px-3 py-2 text-sm rounded-md" + class="form-control block w-full relative focus:z-[8] px-3 py-2 text-sm-edited rounded-md" id="inputPassword" placeholder="" tabindex="2" @@ -124,9 +124,9 @@