Add component for image upload

[MAILPOET-2880]
This commit is contained in:
Pavel Dohnal
2020-05-12 11:42:57 +02:00
committed by Veljko V
parent f00fcc98a7
commit f5ba818cf2
5 changed files with 70 additions and 1 deletions

View File

@@ -15,3 +15,24 @@
vertical-align: text-bottom;
}
}
.mailpoet-styles-settings-image-url {
overflow: auto;
.mailpoet-styles-settings-image-url-body {
align-items: center;
display: flex;
flex-direction: row;
input {
flex-grow: 1;
flex-shrink: 1;
margin-right: 4px;
min-width: 100px;
}
button {
flex-shrink: 0;
}
}
}

View File

@@ -101,7 +101,6 @@
}
}
.mailpoet-toggle-list {
display: grid;
grid-row-gap: 20px;