.card-two-inline {
width: 50%;
border-right: 1px solid @gray-075;
border-bottom: 1px solid @gray-075;
&:nth-child(-n+2) {
border-top: 1px solid @gray-075;
}
&:nth-child(2n + 2) {
border-right: 0;
}
&:nth-last-child(-n+2):nth-child(2n+1),
&:nth-last-child(-n+2):nth-child(2n+1) ~ div {
border-bottom: none;
}
}
.card-three-inline {
width: 33.3%;
border-right: 1px solid @gray-075;
border-bottom: 1px solid @gray-075;
&:nth-child(-n+3) {
border-top: 1px solid @gray-075;
}
&:nth-child(3n + 3) {
border-right: 0;
}
&:nth-last-child(-n+3):nth-child(3n+1),
&:nth-last-child(-n+3):nth-child(3n+1) ~ div{
border-bottom: none;
}
}
全站熱搜
留言列表