Implement react-basics styles. Fix queries.

This commit is contained in:
Mike Cao
2022-12-08 23:43:43 -08:00
parent b57ecf33e6
commit 0a6ecfe3d2
59 changed files with 227 additions and 4336 deletions

View File

@@ -16,7 +16,7 @@
.calendars > div + div {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid var(--gray300);
border-left: 1px solid var(--base300);
}
.filter {

View File

@@ -3,7 +3,7 @@
}
.form {
border-right: 1px solid var(--gray300);
border-right: 1px solid var(--base300);
width: 420px;
}
@@ -12,7 +12,7 @@
}
.filters + .filters {
border-top: 1px solid var(--gray300);
border-top: 1px solid var(--base300);
min-height: 250px;
}

View File

@@ -43,7 +43,7 @@
.error {
width: 600px;
margin: 0 auto 30px;
background: var(--gray50);
background: var(--base50);
padding: 16px;
color: var(--red400);
border: 1px solid var(--red400);
@@ -54,7 +54,7 @@
.success {
width: 600px;
margin: 60px auto;
background: var(--gray50);
background: var(--base50);
padding: 16px;
color: var(--green400);
border: 1px solid var(--green400);