summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Etcovitch <jasonetco@github.com>2019-11-21 17:45:35 -0500
committerMatan Kushner <hello@matchai.me>2019-11-21 17:45:35 -0500
commit57f6ea4fc1591b6a39c48a22f6ffe54878871546 (patch)
tree6a4d2a10fd1d5af579a70404594e1d4381488c8d
parent50839f168d17f3244bdc5a5c5bd702a8da73ed74 (diff)
docs: Move styles to index (#657)
-rw-r--r--docs/.vuepress/styles/index.styl17
-rw-r--r--docs/.vuepress/styles/palette.styl18
2 files changed, 17 insertions, 18 deletions
diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl
new file mode 100644
index 000000000..dfb8283ae
--- /dev/null
+++ b/docs/.vuepress/styles/index.styl
@@ -0,0 +1,17 @@
+.home .hero img
+ max-width: 500px !important
+ min-width: 300px
+ width: 100%
+
+.center
+ margin 0 auto;
+ width: 80%
+ .demo-video
+ width: 100%
+ margin: 50px 0
+
+#main-title
+ display: none
+
+.hero
+ margin: 150px 25px 70px
diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl
index 31c07ff29..570d5e319 100644
--- a/docs/.vuepress/styles/palette.styl
+++ b/docs/.vuepress/styles/palette.styl
@@ -2,21 +2,3 @@ $accentColor = #DD0B78
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
-
-.home .hero img
- max-width: 500px
- min-width: 300px
- width: 100%
-
-.center
- margin 0 auto;
- width: 80%
- .demo-video
- width: 100%
- margin: 50px 0
-
-#main-title
- display: none
-
-.hero
- margin: 150px 25px 70px