[Doc] update neutral color variables (#2130)

This commit is contained in:
neverland
2018-11-23 20:29:43 +08:00
committed by GitHub
parent ec159b5e47
commit f69c66b439
21 changed files with 57 additions and 39 deletions
+4 -2
View File
@@ -104,6 +104,8 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-popup {
.van-button {
margin: 10px 0 10px 15px;
@@ -129,11 +131,11 @@ export default {
.van-tab__pane:not(:first-child) {
padding: 10px;
line-height: 1.4;
color: #666;
color: @gray-darker;
}
&--top {
color: #fff;
color: @white;
width: 100%;
border-radius: 0;
line-height: 20px;