From bd3f987fefbef7657d2085dfafb0dcba01a40589 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 19 May 2025 13:43:08 +0200 Subject: [PATCH] style(css): update padding utility for password input and add newline in app.css --- resources/css/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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