fix(form): update checkbox and radio styles

This commit is contained in:
Alexander Zhukov 2017-07-25 14:07:11 +03:00
parent 52f49856b1
commit b58b8f9345
3 changed files with 34 additions and 34 deletions

View file

@ -0,0 +1,11 @@
.form-inline {
display: flex;
.fullname {
flex: 1;
}
.username {
flex: 1;
}
}