Skip to content

Commit 7f734a3

Browse files
committed
search: Use fluid space scale
1 parent 170a5b7 commit 7f734a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/styles/search.module.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
display: flex;
33
align-items: center;
44
justify-content: space-between;
5-
margin-bottom: 25px;
5+
margin-bottom: var(--space-s);
66
}
77

88
.warning {
9-
margin: 0 0 16px;
10-
padding: 8px;
9+
margin: 0 0 var(--space-s);
10+
padding: var(--space-2xs);
1111
color: var(--orange-700);
1212
background: var(--orange-100);
13-
border-left: solid var(--orange-400) 4px;
14-
border-radius: 2px;
13+
border-left: solid var(--orange-400) var(--space-3xs);
14+
border-radius: var(--space-4xs);
1515
}
1616

1717
.sort-by-label {
1818
composes: small from './shared/typography.module.css';
1919
}
2020

2121
.list {
22-
margin-bottom: 20px;
22+
margin-bottom: var(--space-s);
2323
}
2424

2525
.try-again-button {
2626
composes: yellow-button from './shared/buttons.module.css';
2727
align-self: center;
28-
margin-top: 20px;
28+
margin-top: var(--space-m);
2929
}

0 commit comments

Comments
 (0)