update Divider style

This commit is contained in:
梁灏 2018-06-20 11:47:36 +08:00
parent e9ad2b7a94
commit a0141266d4
4 changed files with 95 additions and 130 deletions

View file

@ -25,3 +25,14 @@
color: @subsidiary-color;
transition: all @transition-time @ease-in-out;
}
.reset-component() {
font-family: @font-family;
font-size: @font-size-base;
line-height: @line-height-base;
color: @text-color;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}