ten-design-vue
Version:
ten-vue
36 lines (33 loc) • 494 B
text/less
.grid-base {
.ten-col {
&::after {
content: '';
display: block;
height: 36px;
margin: 10px 0;
background: #EDF3FC;
}
}
}
.grid-col {
.ten-col {
&::after {
content: '';
display: block;
height: 36px;
margin: 10px 0;
background: #EDF3FC;
}
}
}
.grid-response {
.ten-col {
&::after {
content: '';
display: block;
height: 36px;
margin: 10px 0;
background: #EDF3FC;
}
}
}