10 lines
525 B
CSS
10 lines
525 B
CSS
/*
|
|
* DO NOT EDIT THIS FILE.
|
|
* See the following change record for more information,
|
|
* https://www.drupal.org/node/3084859
|
|
* @preserve
|
|
*/
|
|
.field-icon-file_upload {
|
|
background-image: url("data:image/svg+xml,%3csvg width='18' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12 2H2v16h14V6h-4V2ZM0 .992C0 .444.447 0 .999 0H13l5 5v13.992A1 1 0 0 1 17.007 20H.993A1 1 0 0 1 0 19.008V.992Z' fill='%2355565B'/%3e %3cpath d='M10.25 13v3h-2.5v-3H5l4-5 4 5h-2.75Z' fill='%2355565B'/%3e%3c/svg%3e");
|
|
}
|