We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc338d commit 93ddc35Copy full SHA for 93ddc35
app/components/email-input.module.css
@@ -1,14 +1,12 @@
1
.friendly-message {
2
- width: 95%;
3
- margin-left: auto;
4
- margin-right: auto;
+ margin-top: 0;
5
}
6
7
.row {
8
width: 100%;
9
border: 1px solid #d5d3cb;
10
border-bottom-width: 0;
11
- padding: 10px 20px;
+ padding: var(--space-2xs) var(--space-s);
12
display: flex;
13
align-items: center;
14
@@ -19,7 +17,7 @@
19
17
20
18
.label {
21
flex: 1;
22
- margin-right: 0.4em;
+ margin-right: var(--space-xs);
23
font-weight: bold;
24
25
@@ -41,7 +39,7 @@
41
39
42
40
.input {
43
width: 400px;
44
- margin-right: 10px;
45
46
47
.actions {
@@ -57,5 +55,5 @@
57
55
58
56
59
.save-button {
60
+ margin-right: var(--space-2xs);
61
0 commit comments