2019-07-10 02:25:25 +00:00
|
|
|
.woocommerce-list__item {
|
|
|
|
padding: $gap;
|
|
|
|
display: flex;
|
2019-07-19 02:54:38 +00:00
|
|
|
align-items: center;
|
2019-07-10 02:25:25 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
|
2019-07-19 02:54:38 +00:00
|
|
|
&.has-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-07-10 02:25:25 +00:00
|
|
|
.woocommerce-list__item-title {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #1a1a1a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-description {
|
2019-07-18 10:11:21 +00:00
|
|
|
margin-top: $gap-smallest;
|
2019-07-10 02:25:25 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #50575d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-before {
|
2019-07-18 10:11:21 +00:00
|
|
|
margin-right: 20px;
|
2019-07-10 02:25:25 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-after {
|
|
|
|
margin-left: $gap;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
}
|