File tree 1 file changed +16
-11
lines changed 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,14 @@ input[type=text]:focus, textarea:focus {
146
146
.mx_Dialog {
147
147
background-color : # fff ;
148
148
color : # 747474 ;
149
- text-align : center;
150
149
z-index : 4010 ;
151
150
font-weight : 300 ;
152
151
font-size : 15px ;
153
152
position : relative;
154
- border-radius : 8px ;
155
- max-width : 80% ;
153
+ padding-left : 58px ;
154
+ width : 60% ;
155
+ max-width : 704px ;
156
+ box-shadow : 0 1px 0 0 rgba (0 , 0 , 0 , 0.2 );
156
157
}
157
158
158
159
.mx_Dialog_background {
@@ -180,11 +181,14 @@ input[type=text]:focus, textarea:focus {
180
181
}
181
182
182
183
.mx_Dialog_content {
183
- margin : 24px ;
184
+ margin : 24px 58px 68px 0 ;
185
+ font-size : 14px ;
186
+ color : # 4a4a4a ;
187
+ word-wrap : break-word;
184
188
}
185
189
186
190
.mx_Dialog_buttons {
187
- padding-bottom : 24 px ;
191
+ padding-bottom : 36 px ;
188
192
}
189
193
190
194
.mx_Dialog button , .mx_Dialog input [type = "submit" ] {
@@ -195,19 +199,20 @@ input[type=text]:focus, textarea:focus {
195
199
font-size : 15px ;
196
200
color : # fff ;
197
201
background-color : # 76cfa6 ;
198
- margin-left : 8 px ;
202
+ margin-left : 0 px ;
199
203
margin-right : 8px ;
200
- padding-left : 1em ;
201
- padding-right : 1em ;
204
+ padding-left : 1.5em ;
205
+ padding-right : 1.5em ;
206
+ outline : none;
202
207
}
203
208
204
209
.mx_Dialog_title {
205
210
min-height : 16px ;
206
- padding : 12px ;
207
- border-bottom : 1px solid # a4a4a4 ;
211
+ padding-top : 40px ;
208
212
font-weight : bold;
209
- font-size : 18 px ;
213
+ font-size : 22 px ;
210
214
line-height : 1.4 ;
215
+ color : # 454545 ;
211
216
}
212
217
213
218
.mx_TextInputDialog_label {
You can’t perform that action at this time.
0 commit comments