asi-calculator/components/FormAmount/FormAmount.module.css

8 lines
169 B
CSS
Raw Normal View History

2024-03-29 22:54:07 +01:00
.form {
2024-03-30 20:50:51 +01:00
display: inline-flex;
border: 1px solid rgba(var(--foreground-rgb), 0.15);
2024-03-29 22:54:07 +01:00
border-radius: var(--border-radius);
2024-03-30 20:50:51 +01:00
overflow: hidden;
2024-04-01 02:15:51 +02:00
margin: 0 0.25rem;
2024-03-30 18:22:30 +01:00
}