From 634f9f2ff04c4e766a0f76a71669d069058094f0 Mon Sep 17 00:00:00 2001 From: Alex Fornuto Date: Mon, 7 Feb 2022 13:00:42 -0600 Subject: [PATCH] overwrite page-edit for license (#3006) --- docs/.vuepress/theme/components/PageEdit.vue | 166 +++++++++++++++++++ docs/.vuepress/theme/styles/wrapper.styl | 8 + 2 files changed, 174 insertions(+) create mode 100644 docs/.vuepress/theme/components/PageEdit.vue create mode 100644 docs/.vuepress/theme/styles/wrapper.styl diff --git a/docs/.vuepress/theme/components/PageEdit.vue b/docs/.vuepress/theme/components/PageEdit.vue new file mode 100644 index 000000000..cf5f98ba2 --- /dev/null +++ b/docs/.vuepress/theme/components/PageEdit.vue @@ -0,0 +1,166 @@ + + + + + \ No newline at end of file diff --git a/docs/.vuepress/theme/styles/wrapper.styl b/docs/.vuepress/theme/styles/wrapper.styl new file mode 100644 index 000000000..c560eb710 --- /dev/null +++ b/docs/.vuepress/theme/styles/wrapper.styl @@ -0,0 +1,8 @@ +$wrapper + max-width $contentWidth + margin 0 auto + padding 2rem 2.5rem + @media (max-width: $MQNarrow) + padding 2rem + @media (max-width: $MQMobileNarrow) + padding 1.5rem