fonts & colors

This commit is contained in:
Julie Blanc 2025-12-09 14:05:53 +01:00
parent 790eb7414e
commit 678698b55d
45 changed files with 792 additions and 46 deletions

View file

@ -1,9 +1,19 @@
select,
input[type="text"],
input[type="number"] {
background-color: var(--color-browngray-300);
background-color: white;
// border-radius: 4px;
min-height: 20px;
border: 1px solid var(--color-interface-200);
background-color: var(--color-interface-100);
font-family: var(--sans-serif);
}
.field--view-only {
opacity: 0.3;
}