Skip to content

Commit 170a5b7

Browse files
committed
keywords: Use fluid space scale
1 parent 1642310 commit 170a5b7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/styles/keywords.module.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
.sort-by-label {
@@ -11,16 +11,16 @@
1111

1212
.list {
1313
background-color: white;
14-
padding: 0 20px;
15-
margin-bottom: 20px;
16-
}
14+
border-radius: var(--space-3xs);
15+
box-shadow: 0 1px 3px hsla(51, 90%, 42%, .35);
16+
margin-bottom: var(--space-s);
1717

18-
.row {
19-
border-bottom: 2px solid var(--gray-border);
20-
padding: 20px 0;
18+
> * {
19+
padding: var(--space-s);
20+
}
2121

22-
&:last-of-type {
23-
border: none;
22+
> * + * {
23+
border-top: 1px solid hsla(51, 90%, 42%, .25);
2424
}
2525
}
2626

0 commit comments

Comments
 (0)