21 lines
269 B
SCSS
21 lines
269 B
SCSS
.elementor-widget-images-list {
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 7px;
|
|
|
|
li {
|
|
img {
|
|
width: 100%;
|
|
max-width: 20px;
|
|
height: auto;
|
|
max-height: 12px;
|
|
}
|
|
}
|
|
}
|
|
}
|