Convert registration to Field component

This converts most fields in the registration form to use the Field component,
except for the phone number, which is a left as a separate task because of the
country dropdown menu.
This commit is contained in:
J. Ryan Stinnett
2019-03-05 15:25:42 +00:00
parent b6351f2607
commit bfe120fbf4
3 changed files with 40 additions and 22 deletions
+1
View File
@@ -15,6 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// TODO: Should be removable once all fields are using Field component
.mx_Login_field {
width: 100%;
box-sizing: border-box;