mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-11 13:59:11 +08:00
ead003a8e6
* feat: cssinjs for list * feat: update for style * feat: update for lint * feat: update for style
44 lines
740 B
Plaintext
44 lines
740 B
Plaintext
//@media screen and (max-width: @screen-md) {
|
|
// .@{list-prefix-cls} {
|
|
// &-item {
|
|
// &-action {
|
|
// margin-left: 24px;
|
|
// }
|
|
// }
|
|
// }
|
|
//
|
|
// .@{list-prefix-cls}-vertical {
|
|
// .@{list-prefix-cls}-item {
|
|
// &-extra {
|
|
// margin-left: 24px;
|
|
// }
|
|
// }
|
|
// }
|
|
//}
|
|
//
|
|
//@media screen and (max-width: @screen-sm) {
|
|
// .@{list-prefix-cls} {
|
|
// &-item {
|
|
// flex-wrap: wrap;
|
|
//
|
|
// &-action {
|
|
// margin-left: 12px;
|
|
// }
|
|
// }
|
|
// }
|
|
//
|
|
// .@{list-prefix-cls}-vertical {
|
|
// .@{list-prefix-cls}-item {
|
|
// flex-wrap: wrap-reverse;
|
|
//
|
|
// &-main {
|
|
// min-width: 220px;
|
|
// }
|
|
//
|
|
// &-extra {
|
|
// margin: auto auto 16px;
|
|
// }
|
|
// }
|
|
// }
|
|
//}
|