diff --git a/resources/sass/app.scss b/resources/sass/app.scss index fdd34fee02a3..093bcaa8c9f5 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -33,9 +33,5 @@ // hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-400 transition ease-in-out duration-150 } -.active-page { - @apply bg-blue-900 #{!important}; -} - /* purgecss end ignore */ @tailwind utilities; diff --git a/resources/sass/components/buttons.scss b/resources/sass/components/buttons.scss index fb0242416452..8aeca8c75787 100644 --- a/resources/sass/components/buttons.scss +++ b/resources/sass/components/buttons.scss @@ -1,5 +1,5 @@ .button { - @apply rounded py-3 px-4 text-sm leading-4 transition duration-150 ease-in-out font-semibold; + @apply rounded py-3 px-4 text-sm leading-4 transition duration-150 ease-in-out; } button:disabled { @@ -7,10 +7,10 @@ button:disabled { } .button-primary { - @apply bg-blue-500 text-white; + @apply text-white; &:hover { - @apply bg-blue-600; + @apply font-semibold; } } @@ -35,10 +35,8 @@ button:disabled { } .button-link { - @apply text-blue-600; - &:hover { - @apply text-blue-700 underline; + @apply font-semibold underline; } &:focus { diff --git a/resources/sass/components/inputs.scss b/resources/sass/components/inputs.scss index 1c96c48c0cc3..e169715b7284 100644 --- a/resources/sass/components/inputs.scss +++ b/resources/sass/components/inputs.scss @@ -2,7 +2,7 @@ @apply items-center border border-gray-300 rounded mt-2 py-2 px-4 text-sm; &:focus { - @apply outline-none border-blue-500; + @apply outline-none bg-gray-50; } } diff --git a/resources/views/portal/ninja2020/auth/login.blade.php b/resources/views/portal/ninja2020/auth/login.blade.php index 9b7ce3cedc1a..b19a36b08023 100644 --- a/resources/views/portal/ninja2020/auth/login.blade.php +++ b/resources/views/portal/ninja2020/auth/login.blade.php @@ -47,7 +47,7 @@ @enderror