web-apps/apps/common/mobile/resources/less/common.less

23 lines
289 B
Plaintext
Raw Normal View History

2020-10-26 07:59:18 +00:00
.row {
padding: 0 10px;
li {
list-style: none;
}
}
.shapes {
li {
width: 70px;
height: 70px;
margin: 0 1px;
.thumb {
width: 100%;
height: 100%;
background-color: @themeColor;
}
}
}