Merge pull request #195 from edx/aehsan/van-353/added_width_for_form_control_class
Added width for inputs fields in form-control class.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user