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.
*/
@layer base {
*,
::after,
::before,
@@ -161,7 +162,7 @@ section {
* Utility classes
*/
.input[type="password"] {
padding-right: var(--padding-10);
@apply pr-[2.4rem];
}
.lds-heart {