File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,38 +313,34 @@ button:hover {
313313.btn-refresh : hover {
314314 background-color : # 138496 ;
315315}
316- .input-bar ,
317- .input-addon {
316+ .input-bar {
318317 height : 2.5rem ;
319- line-height : 2.5rem ;
320- font-size : 1rem ;
321- box-sizing : border-box;
322318 padding : 0.5rem 1rem ;
323- }
324-
325- .input-bar {
319+ font-size : 1rem ;
326320 border : 1px solid # ced4da ;
327- border-radius : 4px 0 0 4px ;
328- border-right : none;
329- background : # fff ;
321+ border-radius : 4px ;
322+ box-sizing : border-box;
330323 width : 100% ;
324+ background : # fff ;
331325 appearance : none;
332326}
333327
334328.input-group .input-bar {
335- /* no changes needed if above is applied */
329+ border-right : none;
330+ border-radius : 4px 0 0 4px ;
336331}
337332
338333.input-addon {
339- display : inline-block;
334+ display : flex;
335+ align-items : center;
340336 background : # eee ;
337+ padding : 0 1rem ;
338+ font-size : 1rem ;
341339 border : 1px solid # ced4da ;
342340 border-left : none;
343341 border-radius : 0 4px 4px 0 ;
344- /* Remove or set vertical-align if needed */
345- vertical-align : middle;
346- /* Remove separate height/line-height if present above */
347- /* height and line-height are now unified above */
342+ height : 2.5rem ;
343+ box-sizing : border-box;
348344}
349345/* Custom Email Input */
350346.custom-email-input {
You can’t perform that action at this time.
0 commit comments