iview/styles/components/button.less
梁灏 7fa943eb39 init
init
2016-09-09 14:29:19 +08:00

7 lines
No EOL
106 B
Text

@btn-prefix-cls: ~"@{css-prefix}btn";
.@{btn-prefix-cls} {
&-primary {
color: @primary-color;
}
}