web-apps/apps/common/mobile/resources/less/common.less
2020-10-26 10:59:18 +03:00

23 lines
289 B
Plaintext

.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;
}
}
}