Skip to content

Commit e2742b4

Browse files
committed
settings/tokens/new: Extract base-input CSS class
1 parent 2db5e8e commit e2742b4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

app/styles/settings/tokens/new.module.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
flex-wrap: wrap;
4444
}
4545

46-
.name-input {
47-
max-width: 440px;
48-
width: 100%;
46+
.base-input {
4947
padding: var(--space-2xs);
48+
background-color: white;
5049
border: 1px solid var(--gray-border);
5150
border-radius: var(--space-3xs);
5251

@@ -56,6 +55,13 @@
5655
}
5756
}
5857

58+
.name-input {
59+
composes: base-input;
60+
61+
max-width: 440px;
62+
width: 100%;
63+
}
64+
5965
.scopes-list {
6066
list-style: none;
6167
padding: 0;

0 commit comments

Comments
 (0)