Always shift file input label

This commit is contained in:
Alice Gaudon 2020-06-14 15:18:18 +02:00
parent ddaa21b823
commit 194d0c482f
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ form {
border-radius: 5px;
font-size: 16px;
&:focus, &:not([value=""]) {
&:focus, &:not([value=""]), &[type="file"] {
~ label {
top: 8px;
font-size: 14px;