Skip to content

Commit a139748

Browse files
committed
update
1 parent a1342d0 commit a139748

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

src/components/CCIP/Search/Search.css

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@
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%;
@@ -101,6 +98,8 @@
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,
@@ -154,11 +153,8 @@
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,

src/components/CCIP/Tables/Table.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
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 {

0 commit comments

Comments
 (0)