1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .card-body .form-coupon-left {
- /*flex: 1;*/
- text-align: center;
- border-right: 1px dashed #FF9100;
- padding: 2.5rem;
- align-self: center;
- }
-
- .card-body .form-coupon-right {
- /*flex: 2;*/
- padding: 2.5rem;
- align-self: center;
- }
-
- .card-body .form-coupon {
- display: flex;
- justify-content: space-between;
- background-color: #FFF4E6;
- border: 1px dashed #FF9100;
- }
-
-
- .scanned-coupon-card {
- background-color: #DEFBEA;
- color: #565D56;
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px;
- }
-
- .scanned-coupon-value {
- background-color: #FF9100;
- border-left: 2px dashed #DEFBEA;
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px;
- min-width: 126px;
- }
-
- /*Scanned Copupons Start */
- .scanned-coupon-card {
- background-color: #DEFBEA;
- color: #565D56;
- border-top-left-radius: 15px;
- border-bottom-left-radius: 15px;
- border-left: 2px dashed #DEFBEA;
- }
-
- .scanned-coupon-value-2 {
- background-color: #FF9100;
- border-left: 2px dashed #DEFBEA;
- border-top-left-radius: 15px;
- min-width: 126px;
- }
-
- .scanned-coupon-card-img img {
- transform: rotate(-45deg);
- background-color: #B6E5CA;
- }
-
- .scanned-coupon-card .avatar .avatar-text.avatar-text-green:before, .avatar .avatar-text.avatar-text-success:before {
- background-color: white !important;
- }
-
- .scanned-coupon-value, .scanned-coupon-card-details, .scanned-coupon-card-right {
- box-shadow: 0 2px 0px rgb(0 0 0 / 10%) !important
- }
-
- @media (max-width: 575px) {
- .scanned-coupon-card-detail-value p {
- font-size: 12px !important;
- }
- }
-
- @media (min-width: 576px) {
- /* .scanned-coupon-card-details {
- border-left: none !important;
- border-bottom-left-radius: 0px !important;
- }*/
-
- .scanned-coupon-value-2 {
- border-bottom-left-radius: 15px;
- }
- }
-
- @media (max-width: 991px) {
- .scanned-coupon-card .scanned-coupon-value {
- border-top-left-radius: 0px;
- border-bottom-left-radius: 0px;
- }
- }
-
-
- /*Scanned Copupons End*/
|