File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
src/themes/designer/styles Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 73
73
border : none ;
74
74
padding : 0 ;
75
75
position : absolute ;
76
- top : 8 px ;
76
+ top : 1 px ;
77
77
right : 0 ;
78
78
color : $collapse-button-color ;
79
79
cursor : pointer ;
Original file line number Diff line number Diff line change @@ -168,6 +168,12 @@ textarea {
168
168
}
169
169
}
170
170
171
+ .form-label {
172
+ .btn-info {
173
+ top : 8px ;
174
+ }
175
+ }
176
+
171
177
.input-group {
172
178
display : flex !important ;
173
179
border : 1px solid $form-control-border ;
@@ -185,13 +191,15 @@ textarea {
185
191
}
186
192
187
193
.input-group-btn {
188
- min-width : 1.5 em ;
194
+ min-width : 2 em ;
189
195
border : none ;
190
196
line-height : inherit ;
191
197
cursor : pointer ;
192
- display : inline-block ;
193
198
line-height : 2em ;
194
199
font-size : $form-control-font-size ;
200
+ display : flex ;
201
+ align-items : center ;
202
+ justify-content : center ;
195
203
196
204
& :active ,
197
205
& :focus ,
@@ -285,5 +293,14 @@ details {
285
293
& :-webkit-details-marker {
286
294
display : none ;
287
295
}
296
+
297
+ & > .btn-info {
298
+ top : 1px ;
299
+ }
300
+
301
+ & :focus {
302
+ outline : 1px solid #ccc ;
303
+ outline-offset : 2px ;
304
+ }
288
305
}
289
306
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ $arrow-active-color: #F58634;
57
57
$icon-base-color : #57585a ;
58
58
59
59
/* Forms */
60
- $form-control-font-size : 0.9 em ;
60
+ $form-control-font-size : 1 em ;
61
61
$form-control-border : #e6e7e8 ;
62
62
$form-control-border-focused : #61b2e8 ;
63
63
$form-control-bg : #ffffff ;
You can’t perform that action at this time.
0 commit comments