From 57f6ea4fc1591b6a39c48a22f6ffe54878871546 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Thu, 21 Nov 2019 17:45:35 -0500 Subject: [PATCH] docs: Move styles to index (#657) --- docs/.vuepress/styles/index.styl | 17 +++++++++++++++++ docs/.vuepress/styles/palette.styl | 18 ------------------ 2 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 docs/.vuepress/styles/index.styl diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl new file mode 100644 index 00000000..dfb8283a --- /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 31c07ff2..570d5e31 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