diff --git a/assets/main.css b/assets/main.css index 2705c49..291b9b1 100644 --- a/assets/main.css +++ b/assets/main.css @@ -3,14 +3,16 @@ --secondary-bg: #F7F9FA; --text: #4C555E; --text-light: #1D262E; + --text-lighter: #28323B; + --outline: #DFE3E8; } body { margin: 0; } -main { - /* background: blue; */ +h2 { + color: var(--text); } main .panel { @@ -101,9 +103,41 @@ menu.sidebar svg { } } -.page { +.page.loading { width: 100%; display: flex; justify-content: center; align-items: center; } + +.page { + padding: 0 2%; + width: 100%; +} + +.page section { + margin-top: 50px; + margin: auto; + max-width: 700px; +} + +#home.page section:first-of-type { + margin-top: 100px; +} + +#home .announce { + /* background: grey; */ + min-height: 150px; + border: 1px solid var(--outline); + /* border-radius: 4px; */ +} + +.page section { + color: var(--text); + +} + +.page section h3 { + margin-left: 10px; + color: var(--text-lighter); +} diff --git a/components/app.vue b/components/app.vue index 6bb3df8..1241968 100644 --- a/components/app.vue +++ b/components/app.vue @@ -4,11 +4,11 @@ -
+
-
+
@@ -16,6 +16,7 @@