Compare commits

..

No commits in common. "bb215b04daf604c5d33eef9142742a11da33ef76" and "236a606a42b8865d4636f6280bf5d510acecec15" have entirely different histories.

4 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,6 @@
font-weight: 600;
font-size: 1.4rem;
border-bottom: 1px solid var(--color-200);
color: var(--color-800);
}
@ -27,7 +26,6 @@
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: 860px;
width: 71rem;
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: 860px;
width: 71rem;
max-height: 600px;
display: flex;
flex-direction: column;

File diff suppressed because one or more lines are too long