This commit is contained in:
Philippe Torrel
2026-08-07 11:24:07 +02:00
parent 2c47aa98b8
commit 70a9d3ca08
273 changed files with 26737 additions and 38 deletions

View File

@@ -5,3 +5,4 @@
// @import 'product-manager';
@import 'button';
@import 'inputAmount';
@import 'inputPrice';

View File

@@ -0,0 +1,6 @@
.m-input-price {
max-width: 200px;
input {
text-align: center;
}
}