style(css): update padding utility for password input and add newline in app.css

This commit is contained in:
Andras Bacsai
2025-05-19 13:43:08 +02:00
parent befc8a0142
commit bd3f987fef

View File

@@ -38,6 +38,7 @@
color utility to any element that depends on these defaults. color utility to any element that depends on these defaults.
*/ */
@layer base { @layer base {
*, *,
::after, ::after,
::before, ::before,
@@ -161,9 +162,9 @@ section {
* Utility classes * Utility classes
*/ */
.input[type="password"] { .input[type="password"] {
padding-right: var(--padding-10); @apply pr-[2.4rem];
} }
.lds-heart { .lds-heart {
animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1); animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
} }