first commit
This commit is contained in:
50
themes/ayon/_dev/css/components/forgotten-password.scss
Normal file
50
themes/ayon/_dev/css/components/forgotten-password.scss
Normal file
@@ -0,0 +1,50 @@
|
||||
|
||||
.forgotten-password {
|
||||
padding: 4px;
|
||||
|
||||
.form-fields {
|
||||
|
||||
.center-email-fields {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@media (max-width: 767px) {
|
||||
flex-direction: column;
|
||||
|
||||
button {
|
||||
margin: 10px;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
.form-control-label {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
margin-left:14px;
|
||||
}
|
||||
}
|
||||
|
||||
.email {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
input {
|
||||
margin-right:14px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
label.required {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.send-renew-password-link {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user