1
1

Password authentication

Dieser Commit ist enthalten in:
Abhiram
2022-11-30 14:52:38 +05:30
Ursprung e4b541dc7f
Commit b57b33189c
2 geänderte Dateien mit 157 neuen und 9 gelöschten Zeilen
+13
Datei anzeigen
@@ -278,4 +278,17 @@ body {
.conformPassword {
margin-top: 30px;
}
.error-warning{
font-weight:700 ;
color: white;
margin-right: 5px;
}
div#div_ValidationSummary {
background: #ce1717;
color: white;
}
.p-2{
padding: 5px;
}