Files
zsxt_nbzs_h5/web-react/src/assets/style/dark/lib/card.less

15 lines
286 B
Plaintext

@import (reference) '../extend.less';
.ant-card {
margin-bottom: @padding-md;
}
.ant-card-grid-hoverable {
&:hover {
box-shadow: 1px 0 0 0 #303030,
0 1px 0 0 #303030,
1px 1px 0 0 #303030,
1px 0 0 0 #303030 inset,
0 1px 0 0 #303030 inset,
@card-shadow;
}
}