diff --git a/components/Loading.vue b/components/Loading.vue index 468331e..4023984 100644 --- a/components/Loading.vue +++ b/components/Loading.vue @@ -1,22 +1,18 @@ \ No newline at end of file diff --git a/components/Password.vue b/components/Password.vue index 09129b1..69d7683 100644 --- a/components/Password.vue +++ b/components/Password.vue @@ -115,10 +115,11 @@ export default { top 12% margin auto text-align center - color #666 + color $textColor font-size 30px box-sizing: border-box; padding: 0 10px; + text-shadow 0 2px 10px rgba(0,0,0,0.2); } .description { position: absolute; @@ -127,10 +128,11 @@ export default { top 20% margin auto text-align center - color #999 + color $textColor font-size 22px box-sizing: border-box; padding: 0 10px; + text-shadow 0 2px 10px rgba(0,0,0,0.2); } .inputBox{ max-width:700px; diff --git a/components/Theme/index.vue b/components/Theme/index.vue index 6e15092..2e087ae 100755 --- a/components/Theme/index.vue +++ b/components/Theme/index.vue @@ -47,17 +47,12 @@ export default { margin-right: 1em; .color-button { - display: flex; - justify-content: center; align-items: center; height: 100%; .iconfont { font-size 1.4rem color: $accentColor } - .settings-icon { - width: 18px; - } } .color-picker-menu { @@ -116,11 +111,9 @@ export default { @media (max-width: $MQMobile) { .color-picker { - margin-right: 0; - + margin-right: 1rem; .color-picker-menu { left: calc(50% - 35px); - &::before { left: calc(50% + 35px); } diff --git a/package.json b/package.json index ba54f08..2df9dc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-reco", - "version": "1.0.4", + "version": "1.0.5-alpha.1", "description": "this is a vuepress theme", "main": "index.js", "scripts": {