File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/image Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 15
15
.column-width-30 & ,
16
16
.column-width-20 & ,
17
17
.column-width-10 & {
18
- .file-uploader-area > span {
19
- display : none ;
20
- }
21
- .file-uploader-button {
22
- margin-left : 0 ;
23
- margin-right : 0 ;
18
+ .file-uploader-area {
19
+ align-items : center ;
20
+ display : flex ;
21
+ flex-direction : column ;
22
+ position : relative ;
24
23
25
- ~ .file-uploader-button {
26
- margin-left : 15 px ;
24
+ > span {
25
+ display : none ;
27
26
}
28
27
}
29
- }
30
- .column-width-20 & ,
31
- .column-width-10 & {
32
- .file-uploader-button {
33
- width : auto ;
28
+ .image-upload-instructions {
29
+ margin-bottom : 5px ;
34
30
}
35
- }
36
- .column-width-30 & ,
37
- .column-width-20 & ,
38
- .column-width-10 & {
39
- .file-uploader-button ~ .file-uploader-button {
31
+ .file-uploader-button {
32
+ display : block ;
40
33
margin-left : 0 ;
34
+ margin-right : 0 ;
41
35
margin-top : 15px ;
36
+ max-width : 150px ;
37
+ width : 100% ;
42
38
}
43
39
}
44
40
.column-width-10 & {
You can’t perform that action at this time.
0 commit comments