update Divider style
This commit is contained in:
parent
e9ad2b7a94
commit
a0141266d4
4 changed files with 95 additions and 130 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue