implement sign up page

This commit is contained in:
Ebube
2023-04-24 09:13:21 +01:00
parent 23a3426970
commit 24f43acb0e
5 changed files with 294 additions and 129 deletions
+14
View File
@@ -712,4 +712,18 @@ TODO: Responsive ===========================
.content-wrapper.login{
--bg-color: 255,255,255;
background: linear-gradient(90deg, rgba(236,237,240,1) 0%, rgba(255,255,255,1) 50%, rgba(236,237,240,1) 100%);
}
.content-wrapper select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
appearance: none;
padding-inline: 1rem;
}
/* For IE10 */
.content-wrapper select::-ms-expand {
display: none;
}