mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-24 11:16:27 +02:00
10 lines
186 B
SCSS
10 lines
186 B
SCSS
.p-floating-container label {
|
|
opacity: 0;
|
|
}
|
|
|
|
.p-floating-container input:not(:placeholder-shown) + label {
|
|
background: #fff;
|
|
transform: translate(0, -50%);
|
|
opacity: 1;
|
|
}
|