1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-26 19:21:30 +01:00
Files
csslayout/client/patterns/floating-label/floating-label.css
2019-11-29 13:51:39 +07:00

10 lines
186 B
CSS

.p-floating-container label {
opacity: 0;
}
.p-floating-container input:not(:placeholder-shown) + label {
background: #FFF;
transform: translate(0, -50%);
opacity: 1;
}