mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
|
@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;
|
||
|
}
|