diff --git a/resources/css/app.css b/resources/css/app.css index 1150917e7..79e5f0c13 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -38,6 +38,7 @@ color utility to any element that depends on these defaults. */ @layer base { + *, ::after, ::before, @@ -161,9 +162,9 @@ section { * Utility classes */ .input[type="password"] { - padding-right: var(--padding-10); + @apply pr-[2.4rem]; } .lds-heart { animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1); -} +} \ No newline at end of file