23 lines
289 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|