Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystar committed Oct 10, 2016
1 parent 2761dbd commit 051c7f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions dist/float-label.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
appearance: none; }
.has-float-label .form-control {
font-size: inherit;
padding-top: .5em; }
padding-top: 1em;
margin-bottom: 2px;
border: 0;
border-radius: 0;
background: transparent;
border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
.has-float-label .form-control::-webkit-input-placeholder {
opacity: 1;
-webkit-transition: all .2s;
Expand All @@ -24,7 +29,11 @@
opacity: 0; }
.has-float-label .form-control:placeholder-shown:not(:focus) + label {
font-size: 150%;
opacity: .5; }
opacity: .5;
top: .25em; }
.has-float-label .form-control:focus {
outline: none;
border-color: rgba(0, 0, 0, 0.5); }

.input-group .has-float-label {
display: inline-block; }
2 changes: 1 addition & 1 deletion dist/float-label.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 051c7f0

Please sign in to comment.