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.
base-input
1 parent 2db5e8e commit e2742b4Copy full SHA for e2742b4
app/styles/settings/tokens/new.module.css
@@ -43,10 +43,9 @@
43
flex-wrap: wrap;
44
}
45
46
-.name-input {
47
- max-width: 440px;
48
- width: 100%;
+.base-input {
49
padding: var(--space-2xs);
+ background-color: white;
50
border: 1px solid var(--gray-border);
51
border-radius: var(--space-3xs);
52
@@ -56,6 +55,13 @@
56
55
57
58
+.name-input {
59
+ composes: base-input;
60
+
61
+ max-width: 440px;
62
+ width: 100%;
63
+}
64
65
.scopes-list {
66
list-style: none;
67
padding: 0;
0 commit comments