Skip to content

Commit 84c318e

Browse files
Compile
1 parent e6d38b6 commit 84c318e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dist/bootstrap-float-label.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-webkit-transition: all .2s;
1111
transition: all .2s;
1212
top: -.5em;
13-
left: 0.75rem;
13+
left: 12px;
1414
z-index: 3;
1515
line-height: 1;
1616
padding: 0 1px; }
@@ -33,18 +33,17 @@
3333
.has-float-label .form-control:placeholder-shown:not(:focus) + label {
3434
font-size: 150%;
3535
opacity: .5;
36-
top: .3em; }
36+
top: .3em;
37+
font-weight: normal; }
3738

3839
.input-group .has-float-label {
3940
display: table-cell; }
4041
.input-group .has-float-label .form-control {
41-
border-radius: 0.25rem; }
42+
border-radius: 4px; }
4243
.input-group .has-float-label:not(:last-child) .form-control {
4344
border-bottom-right-radius: 0;
4445
border-top-right-radius: 0; }
4546
.input-group .has-float-label:not(:first-child) .form-control {
4647
border-bottom-left-radius: 0;
4748
border-top-left-radius: 0;
4849
margin-left: -1px; }
49-
50-
/*# sourceMappingURL=bootstrap-float-label.css.map */

dist/bootstrap-float-label.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)