|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/lecturebazaar.com/resources/sass/parts/ |
Upload File : |
.instructor-discount-card {
background-color: var(--gray100);
&__code {
position: relative;
width: 122px;
height: 82px;
padding-right: 15px;
border-right: 1px dashed $gray-300;
&:before, &:after {
content: "";
position: absolute;
right: -8px;
width: 15px;
height: 15px;
background-color: #fff;
border-radius: 50%;
z-index: 1;
}
&:before {
top: -7px;
}
&:after {
bottom: -7px;
}
}
&.is-cart-page {
.instructor-discount-card__code {
&:before, &:after {
background-color: var(--body_bg, #ffffff);
}
}
}
}