Files
web/components/TempDesignSystem/Form/Input/input.module.css
2024-06-19 14:51:00 +02:00

8 lines
213 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%);
}