add Button UI

add Button UI
This commit is contained in:
梁灏 2016-09-20 17:10:17 +08:00
parent 40f8606f58
commit e1596b7e2c
9 changed files with 456 additions and 119 deletions

View file

@ -36,13 +36,13 @@
}
&-title {
font-size: 14px;
font-size: @font-size-base;
color: @text-color;
margin-bottom: 4px;
}
&-desc {
font-size: @font-size-base;
font-size: 12px;
color: @legend-color;
text-align: justify;
}