style(css): update padding utility for password input and add newline in app.css
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user