[improvement] update color variables (#2010)

This commit is contained in:
neverland
2018-11-01 16:16:26 +08:00
committed by GitHub
parent 63816a4902
commit af168d6abc
40 changed files with 84 additions and 67 deletions

View File

@@ -68,20 +68,22 @@ export default {
</script>
<style lang="postcss">
@import '../../vant-css/src/common/var.css';
.demo-swipe-cell {
user-select: none;
.van-swipe-cell {
&__left,
&__right {
color: #FFFFFF;
color: $white;
font-size: 15px;
width: 65px;
height: 44px;
display: inline-block;
text-align: center;
line-height: 44px;
background-color: #F44;
background-color: $red;
}
}
}