2020-12-01 07:50:33 +00:00
|
|
|
|
|
|
|
@white: #ffffff;
|
|
|
|
@black: #000000;
|
|
|
|
@gray: #c4c4c4;
|
|
|
|
@green: #4cd964;
|
|
|
|
|
|
|
|
|
2020-11-20 14:39:53 +00:00
|
|
|
.popup, .popover, .sheet-modal {
|
|
|
|
.list:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-11-06 21:10:26 +00:00
|
|
|
|
|
|
|
.segmented {
|
|
|
|
.decrement, .increment {
|
|
|
|
text-overflow: clip;
|
|
|
|
}
|
|
|
|
}
|
2020-12-17 16:46:09 +00:00
|
|
|
|
|
|
|
.content-block {
|
|
|
|
margin: 32px 0;
|
|
|
|
padding: 0 16px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|