Skip to content

Commit 9ba4869

Browse files
committed
squeez trace selector
1 parent 1294ed3 commit 9ba4869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/components/widgets/_trace-type-selector.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $image-size: 60px;
143143
grid-template-columns: repeat(2, $item-size);
144144
flex-grow: 1;
145145
width: 100%;
146-
padding: 0 var(--spacing-half-unit) var(--spacing-base-unit);
146+
padding: 0 var(--spacing-half-unit) var(--spacing-half-unit);
147147
}
148148

149149
&__header {
@@ -156,7 +156,7 @@ $image-size: 60px;
156156
justify-content: flex-start;
157157
border-top: var(--border-light);
158158
width: 100%;
159-
padding: var(--spacing-base-unit) var(--spacing-base-unit) 0;
159+
padding: var(--spacing-half-unit) var(--spacing-base-unit) 0;
160160
box-sizing: border-box;
161161
}
162162
}
@@ -169,7 +169,7 @@ $image-size: 60px;
169169
align-items: center;
170170
justify-content: flex-start;
171171
flex-grow: 0;
172-
margin-top: var(--spacing-base-unit);
172+
margin-top: var(--spacing-half-unit);
173173
color: var(--color-text-base);
174174
@include trans;
175175
position: relative;
@@ -268,7 +268,7 @@ $image-size: 60px;
268268
font-weight: var(--font-weight-semibold);
269269
width: $item-size * 0.8;
270270
height: 34px;
271-
margin-top: var(--spacing-half-unit);
271+
margin-top: var(--spacing-quarter-unit);
272272
color: var(--color-text-base);
273273
text-transform: capitalize;
274274
font-size: var(--font-size-small);

0 commit comments

Comments
 (0)