tonycorporated / bootstrap-float-label

Pure CSS implementation of Float Label pattern for Bootstrap v3 and v4.
https://codepen.io/tonystar/pen/LRdpYZ
MIT License
118 stars 40 forks source link

Reduce the font size of the place holder #11

Closed BrianMuhimbura closed 7 years ago

BrianMuhimbura commented 7 years ago

i cant seem to reduce the font size of the place holder in the input field

tonystar commented 7 years ago

Try to add this code:

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    top: 0.6em;
}
BrianMuhimbura commented 7 years ago

thank you very much. totally helped.