File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 8888 display : flex;
8989 gap : var (--space-4x );
9090 align-items : center;
91- padding-top : var (--space-3x );
92- padding-bottom : var (--space-3x );
91+ padding : var (--space-3x ) var (--space-6x );
9392 cursor : pointer;
94- padding-left : var (--space-6x );
95- padding-right : var (--space-6x );
9693 border : none;
9794 background : none;
9895 width : 100% ;
10198 font-size : inherit;
10299 font-weight : inherit;
103100 color : inherit;
101+ margin : 0 ;
102+ box-sizing : border-box;
104103}
105104
106105.ccip-hero__search-results--small a ,
154153 display : flex;
155154 gap : var (--space-4x );
156155 align-items : center;
157- padding-top : var (--space-3x );
158- padding-bottom : var (--space-3x );
156+ padding : var (--space-3x ) var (--space-10x );
159157 cursor : pointer;
160- padding-left : var (--space-10x );
161- padding-right : var (--space-10x );
162158 }
163159
164160 .ccip-hero__search-results__title ,
Original file line number Diff line number Diff line change 5454 display : flex;
5555 align-items : center;
5656 cursor : pointer;
57+ border : none;
58+ background : none;
59+ width : 100% ;
60+ text-align : left;
61+ font-family : inherit;
62+ font-size : inherit;
63+ font-weight : inherit;
64+ padding : 0 ;
65+ margin : 0 ;
5766}
5867
5968.ccip-table tbody td .ccip-table__logo {
You can’t perform that action at this time.
0 commit comments