9 lines
214 B
CSS
9 lines
214 B
CSS
.input {
|
|
border: 2px solid var(--UI-Grey-60);
|
|
border-radius: var(--Corner-radius-Small);
|
|
color: var(--UI-Grey-60);
|
|
height: 40px;
|
|
padding: var(--Spacing-x1) var(--Spacing-x2);
|
|
width: min(280px, 100%);
|
|
}
|