Password Reset work
This commit is contained in:
@@ -41,8 +41,9 @@ body{
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
font-weight: 300;
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
font-size: 0.8em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.main-body{
|
||||
background: #ffffff;
|
||||
@@ -74,13 +75,16 @@ body{
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
/* -- TO VALIDATE -- */
|
||||
a{
|
||||
.panel a{
|
||||
text-decoration: underline;
|
||||
color: #1cbbb4
|
||||
color: #f4f4f4;
|
||||
}
|
||||
.panel a:hover{
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
a:hover{text-decoration: none;}
|
||||
|
||||
/* -- TO VALIDATE -- */
|
||||
h1{
|
||||
font-weight: 300;
|
||||
color: #121212;
|
||||
|
Reference in New Issue
Block a user