Skip to content

Commit bb69630

Browse files
committed
Compile
1 parent 2d545da commit bb69630

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

dist/float-label.css

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
position: absolute;
55
left: 0;
66
top: 0;
7-
-webkit-transform-origin: left top;
8-
-ms-transform-origin: left top;
9-
transform-origin: left top;
107
cursor: text;
118
font-size: 75%;
129
opacity: 1;
@@ -26,11 +23,7 @@
2623
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
2724
opacity: 0; }
2825
.has-float-label .form-control:placeholder-shown:not(:focus) + label {
29-
left: 0;
30-
top: 0;
31-
-webkit-transform: scale(2);
32-
-ms-transform: scale(2);
33-
transform: scale(2);
26+
font-size: 150%;
3427
opacity: .5; }
3528

3629
.input-group .has-float-label {

dist/float-label.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)