show password component

This commit is contained in:
realaravinth
2021-05-14 16:33:18 +05:30
parent bb6cc840ea
commit 6b740a980b
13 changed files with 285 additions and 7 deletions

View File

@@ -23,7 +23,11 @@ $light-text: rgba(255, 255, 255, 0.87);
$secondary-backdrop: #2b2c30;
$light-grey: rgba(0, 0, 0, 0.125);
$white: #fff;
$form-content-width: 90%;
$black-text: #000;
$auth-content-width: 30%;
$blue-link: rgb(3, 102, 214);
$form-content-width: 90%;
$form-input-height: 40px;