sterzycom/panel/app/fields/image/assets/css/image.css

19 lines
398 B
CSS
Raw Normal View History

.field-with-image select {
margin-left: 3rem;
}
.field-with-image .input-preview {
position: absolute;
top: 2px;
left: 2px;
bottom: 2px;
width: 2.75em;
background: url(../images/pattern.png);
}
.field-with-image .input-preview figure {
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}