arles: fix background display of form filling duration (#35673)

This commit is contained in:
Serghei Mihai 2019-08-30 09:52:39 +02:00
parent 2fa135811d
commit 427ec85326
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ div.file-upload-widget div.title {
@each $i in 5, 10, 15, 20 {
.min#{$i}::before {
background: url('img/#{$i}min.svg');
background-size: cover;
}
}