Skip to content

Commit 93ddc35

Browse files
committed
EmailInput: Use fluid space scale
1 parent dbc338d commit 93ddc35

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

app/components/email-input.module.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
.friendly-message {
2-
width: 95%;
3-
margin-left: auto;
4-
margin-right: auto;
2+
margin-top: 0;
53
}
64

75
.row {
86
width: 100%;
97
border: 1px solid #d5d3cb;
108
border-bottom-width: 0;
11-
padding: 10px 20px;
9+
padding: var(--space-2xs) var(--space-s);
1210
display: flex;
1311
align-items: center;
1412

@@ -19,7 +17,7 @@
1917

2018
.label {
2119
flex: 1;
22-
margin-right: 0.4em;
20+
margin-right: var(--space-xs);
2321
font-weight: bold;
2422
}
2523

@@ -41,7 +39,7 @@
4139

4240
.input {
4341
width: 400px;
44-
margin-right: 10px;
42+
margin-right: var(--space-xs);
4543
}
4644

4745
.actions {
@@ -57,5 +55,5 @@
5755
}
5856

5957
.save-button {
60-
margin-right: 10px;
58+
margin-right: var(--space-2xs);
6159
}

0 commit comments

Comments
 (0)