fix(forms): fix the input styles

This commit is contained in:
Alexander Zhukov 2017-07-12 11:16:16 +03:00
parent 727f50dd6c
commit 468e3500fa
5 changed files with 40 additions and 29 deletions

View file

@ -68,4 +68,22 @@
margin-right: 1rem;
}
}
.input-group.has-person-icon {
position: relative;
.form-control {
padding-left: 3rem;
}
&::before {
content: '\F47D';
font-family: 'Ionicons';
font-size: 2rem;
position: absolute;
z-index: 100;
left: 1rem;
top: 0.25rem;
}
}
}