Added width for inputs fields in form-control class.

Purpose of adding the fix width is to sync SSO buttons and
inputs fields widths for the screen 600 and above.

VAN-353
This commit is contained in:
adeelehsan
2021-03-09 01:47:05 +05:00
parent 55a0e6255d
commit c412737430

View File

@@ -56,6 +56,10 @@ $apple-focus-black: $apple-black;
box-sizing: content-box;
}
.form-control {
width: 500px;
}
.btn-social {
display: flex;
flex-direction: row;
@@ -306,6 +310,9 @@ $apple-focus-black: $apple-black;
.tpa-container {
justify-content: center;
}
.form-control {
width: 100%;
}
}
@media (max-width: 450px) {