refactor: DecoratedInput and add DecoratedPasswordInput (#953)

This commit is contained in:
Aman Harwara
2022-03-26 15:26:36 +05:30
committed by GitHub
parent 03f707ee63
commit dc3dcfba2b
14 changed files with 210 additions and 280 deletions

View File

@@ -602,6 +602,10 @@
padding-bottom: 2.25rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.placeholder-dark-red::placeholder {
@extend .color-dark-red;
}