arles-2020: update list with images items size (#46262)

This commit is contained in:
Serghei Mihai 2020-11-24 12:32:27 +01:00
parent c4a03f14a3
commit c1dc3fed47
1 changed files with 7 additions and 8 deletions

View File

@ -605,17 +605,16 @@ hr {
flex-wrap: wrap;
justify-content: center;
li {
min-width: 210px;
padding: 95px 10px 10px 10px;
width: 210px;
padding: 185px 10px 10px 10px;
background-image: var(--bg-image);
background-repeat: no-repeat;
background-position: center 7px;
background-size: 90px auto;
display: flex;
justify-content: center;
background-size: 165px auto;
cursor: pointer;
margin: 10px;
border-radius: 5px;
text-align: center;
&.selected {
box-shadow: inset 1px 0px 7px #bbb;
}
@ -630,8 +629,8 @@ hr {
.template-with-images.three-items-row {
.list-with-images li {
min-width: 285px;
padding-top: 125px;
background-size: 120px auto;
width: 285px;
padding-top: 200px;
background-size: 180px auto;
}
}