merge styles
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 29s

This commit is contained in:
isUnknown 2025-12-12 12:26:39 +01:00
commit bb215b04da
4 changed files with 5 additions and 3 deletions

View file

@ -6,6 +6,7 @@
font-weight: 600;
font-size: 1.4rem;
border-bottom: 1px solid var(--color-200);
color: var(--color-800);
}
@ -26,6 +27,7 @@
h3 {
margin-top: calc(var(--space-xs) * 1.5);
margin-bottom: calc(var(--space-xs) * 2);
// color: var(--color-600);
font-size: 1rem;
font-weight: 600;
}

View file

@ -6,7 +6,7 @@
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
z-index: 10000;
width: 71rem;
width: 860px;
max-height: 600px;
display: flex;
flex-direction: column;

View file

@ -525,7 +525,7 @@ input[type=number] {
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
z-index: 10000;
width: 71rem;
width: 860px;
max-height: 600px;
display: flex;
flex-direction: column;

File diff suppressed because one or more lines are too long