Implement edit user modal

EditUserHandler is a bit rough
This commit is contained in:
Toby Zerner
2015-08-05 11:49:37 +09:30
parent fff2ffe847
commit 1679f1e27b
12 changed files with 236 additions and 26 deletions

View File

@ -1,3 +1,11 @@
.Form-group {
margin-bottom: 24px;
&:last-child {
margin-bottom: 0 !important;
}
}
.Form--centered {
text-align: center;
@ -8,17 +16,13 @@
padding: 15px 20px;
font-size: 15px;
}
}
.Form-group {
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
.Form-group {
margin-bottom: 12px;
}
}
.Form-group label {
.Form-group > label {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;