style(procedure/form): fix bg on input file within non-dsfr forms

This commit is contained in:
Colin Darie 2022-11-22 18:20:20 +01:00
parent e3ddb7779f
commit fe0312b1d7

View file

@ -24,6 +24,10 @@
padding: 0 $default-padding; padding: 0 $default-padding;
background-color: $light-grey; background-color: $light-grey;
input[type=file] {
background-color: transparent; // Remove white bg set by DSFR
}
&.no-background { &.no-background {
background-color: transparent; background-color: transparent;
} }