File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
app/design/adminhtml/Magento/backend/web/css/source/components
lib/web/css/source/components Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 54
54
.dialog-slide {
55
55
.dialog-title {
56
56
font-size : @dialog-slide-title__font-size ;
57
- margin-bottom : 0 ;
58
57
margin-right : @dialog-slide-title__font-size + @dialog-slide__padding + 1rem ;
59
58
}
60
59
.action-close {
64
63
65
64
.dialog-title {
66
65
font-weight : @font-weight__regular ;
66
+ margin-bottom : 0 ;
67
+ min-height : 1em ;
67
68
}
Original file line number Diff line number Diff line change 50
50
background-color : @dialog__background-color ;
51
51
box-shadow : @dialog__box-shadow ;
52
52
opacity : 1 ;
53
- overflow-y : auto ;
54
53
}
55
54
}
56
55
59
58
z-index : @dialog-slide__z-index ;
60
59
.dialog-inner-wrap {
61
60
height : 100% ;
61
+ overflow-y : auto ;
62
62
position : static ;
63
63
transform : translate (100% , 0 );
64
64
transition : transform .5s ease , visibility 1s linear ;
68
68
69
69
.abs-dialog-modal () {
70
70
left : 0 ;
71
+ overflow-y : auto ;
71
72
z-index : @dialog-modal__z-index ;
72
73
.dialog-inner-wrap {
74
+ .vendor-prefix-display (flex );
75
+ .vendor-prefix-flex-direction (column );
73
76
height : auto ;
74
77
margin : @dialog-modal__indent-vertical (100% - @dialog-modal__width ) / 2 ;
75
78
position : absolute ;
121
124
.dialog-footer {
122
125
padding : 0 @dialog-modal__padding @dialog-modal__padding ;
123
126
}
127
+ .dialog-header ,
128
+ .dialog-footer {
129
+ .vendor-prefix-flex-grow (0 );
130
+ .vendor-prefix-flex-shrink (0 );
131
+ }
124
132
.dialog-header {
125
133
padding-top : @dialog-modal__padding ;
126
134
}
135
+ .dialog-footer {
136
+ margin-top : auto ;
137
+ }
127
138
}
128
139
129
140
//
You can’t perform that action at this time.
0 commit comments