Styling updates to image cropper and upload property editors

This commit is contained in:
Kenn Jacobsen
2019-10-30 08:52:23 +01:00
parent e90670425e
commit 06ca4294b1
4 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
.umb-property-file-upload {
.umb-upload-button-big {
max-width: (@propertyEditorLimitedWidth - 40);
display: block;
padding: 20px;
opacity: 1;

View File

@@ -419,7 +419,7 @@
// --------------------------------------------------
// Limit width of specific property editors
.umb-property-editor--limit-width {
max-width: 800px;
max-width: @propertyEditorLimitedWidth;
}
// Horizontal dividers

View File

@@ -721,6 +721,10 @@
//
// File upload
// --------------------------------------------------
.umb-fileupload {
display: flex;
}
.umb-fileupload .preview {
border-radius: 5px;
border: 1px solid @gray-6;

View File

@@ -322,6 +322,7 @@
@paddingSmall: 2px 10px; // 26px
@paddingMini: 0 6px; // 22px
@propertyEditorLimitedWidth: 800px;
// Disabled this to keep consistency throughout the backoffice UI. Untill a better solution is thought up, this will do.
@baseBorderRadius: 3px; // 2px;