style(css): update padding utility for password input and add newline in app.css
This commit is contained in:
parent
befc8a0142
commit
bd3f987fef
1 changed files with 3 additions and 2 deletions
|
|
@ -38,6 +38,7 @@ @theme {
|
||||||
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);
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue