You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
367 B
25 lines
367 B
.rwmb-file-input-inner {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
grid-gap: 4px;
|
|
}
|
|
.rwmb-file_input {
|
|
margin: 0 4px 0 0;
|
|
}
|
|
.rwmb-file-input-inner .button {
|
|
margin: 0;
|
|
}
|
|
.rwmb-file-input-image {
|
|
width: 150px;
|
|
height: auto;
|
|
margin-bottom: 4px;
|
|
}
|
|
.rwmb-file-input-image img{
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.rwmb-file-input-hidden{
|
|
display: none;
|
|
}
|