ant-design/style/components/card.less

10 lines
229 B
Plaintext
Raw Normal View History

2016-02-19 19:35:49 +08:00
@card-prefix-cls: ~"@{css-prefix}card";
@number-prefix-cls: ~"@{css-prefix}scroll-number";
.@{card-prefix-cls} {
background: #fff;
padding: 24px;
border: 1px solid @border-color-base;
border-radius: @border-radius-sm;
}