Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [id^='SECTION ID HERE'] {
- .sqs-block-product:first-child {
- border-top: 1px solid #F87645;
- }
- .sqs-block-product {
- border-bottom: 1px solid #F87645;
- cursor: pointer;
- .productDetails {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- .product-title {
- width: 70%;
- pointer-events: none;
- margin: 0;
- padding: 0 20px 0 20px;
- box-sizing: border-box;
- color: #FEB05A;
- }
- .product-excerpt {
- color: #F87645;
- font-size: 12px;
- padding-left: 37px;
- }
- .product-price {
- padding: 0 0 0 10px;
- width: calc(~"30% - 20px");
- margin: 0;
- box-sizing: border-box;
- color: #FEB05A;
- text-align: right;
- }
- .product-quantity-input {
- display: none;
- }
- .pritem {
- width: 14px;
- height: 14px;
- position: relative;
- border: 1px solid #F87645;
- border-radius: 50%;
- margin-top: 3px;
- &::before {
- content: '';
- width: 14px;
- height: 14px;
- background: #F87645;
- position: absolute;
- border-radius: 50%;
- top: 0;
- left: 0;
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement