merge styles
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 29s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 29s
This commit is contained in:
commit
bb215b04da
4 changed files with 5 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
|
||||||
border-bottom: 1px solid var(--color-200);
|
border-bottom: 1px solid var(--color-200);
|
||||||
color: var(--color-800);
|
color: var(--color-800);
|
||||||
}
|
}
|
||||||
|
|
@ -26,6 +27,7 @@
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: calc(var(--space-xs) * 1.5);
|
margin-top: calc(var(--space-xs) * 1.5);
|
||||||
margin-bottom: calc(var(--space-xs) * 2);
|
margin-bottom: calc(var(--space-xs) * 2);
|
||||||
|
// color: var(--color-600);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
width: 71rem;
|
width: 860px;
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
|
|
@ -525,7 +525,7 @@ input[type=number] {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
width: 71rem;
|
width: 860px;
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue