add Collapse component
add Collapse component
This commit is contained in:
parent
14768934b1
commit
49306c7a7f
12 changed files with 268 additions and 27 deletions
|
@ -14,6 +14,11 @@
|
|||
// Base
|
||||
@body-background : #fff;
|
||||
|
||||
// Border color
|
||||
@border-color-base : #d9d9d9; // base
|
||||
// Background color
|
||||
@background-color-base : #f7f7f7; // base
|
||||
|
||||
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
||||
@code-family : Consolas,Menlo,Courier,monospace;
|
||||
@text-color : #525558;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue