|
530 | 530 | } |
531 | 531 | } |
532 | 532 |
|
| 533 | +#eu_close_banner_container { |
| 534 | + display: flex; |
| 535 | + justify-content: space-between; |
| 536 | + position: relative; |
| 537 | + background-color: rgb(242, 242, 242); |
| 538 | + margin-bottom: 30px; |
| 539 | + border-radius: 5px; |
| 540 | + padding-right: 0; |
| 541 | + padding-left: 0; |
| 542 | + margin-top: 30px; |
| 543 | + |
| 544 | + .close_banner_img { |
| 545 | + display: flex; |
| 546 | + max-height: 100px; |
| 547 | + max-width: 238px; |
| 548 | + width: 100%; |
| 549 | + height: 100%; |
| 550 | + } |
| 551 | + h3 { |
| 552 | + line-height: 1 !important; |
| 553 | + } |
| 554 | + .close_banner { |
| 555 | + |
| 556 | + position: relative; |
| 557 | + |
| 558 | + &_text { |
| 559 | + display: flex; |
| 560 | + justify-content: center; |
| 561 | + gap: 10px; |
| 562 | + |
| 563 | + &_wrapper { |
| 564 | + display: flex; |
| 565 | + flex-direction: column; |
| 566 | + justify-content: center; |
| 567 | + } |
| 568 | + h3 { |
| 569 | + flex: none; |
| 570 | + font-size: 16px; |
| 571 | + margin-top: 8px; |
| 572 | + margin-bottom: 8px; |
| 573 | + font-weight: 700; |
| 574 | + line-height: 1; |
| 575 | + // margin: 0 64px 0 0; |
| 576 | + color: rgb(0, 0, 0); |
| 577 | + } |
| 578 | + p { |
| 579 | + margin-top: 8px; |
| 580 | + margin-bottom: 8px; |
| 581 | + font-size: 16px; |
| 582 | + font-weight: normal; |
| 583 | + color: rgb(0, 0, 0); |
| 584 | + |
| 585 | + } |
| 586 | + } |
| 587 | + &_btn { |
| 588 | + cursor: pointer; |
| 589 | + display: flex; |
| 590 | + align-items: center; |
| 591 | + justify-content: center; |
| 592 | + align-self: center; |
| 593 | + margin: 0 40px; |
| 594 | + padding: 0 16px; |
| 595 | + height: 32px; |
| 596 | + line-height: 32px; |
| 597 | + color: $COLOR_WHITE; |
| 598 | + border-radius: 4px; |
| 599 | + background-color: $COLOR_GREEN; |
| 600 | + font-size: 1rem; |
| 601 | + font-weight: normal; |
| 602 | + } |
| 603 | + &_btn p { |
| 604 | + min-width: 100px; |
| 605 | + display: flex; |
| 606 | + align-items: center; |
| 607 | + justify-content: center; |
| 608 | + } |
| 609 | + |
| 610 | + } |
| 611 | +} |
| 612 | +@media (min-width: 703px) { |
| 613 | + #eu_close_banner_container .close_banner_text p { |
| 614 | + width: 110%; |
| 615 | + } |
| 616 | +} |
| 617 | + |
| 618 | +@media (max-width: 506px) { |
| 619 | + #eu_close_banner_container .close_banner_text_wrapper { |
| 620 | + padding: 7px 0px 7px 8px; |
| 621 | + width: 240px !important; |
| 622 | + background-image: url('../../images/close-banner/orange-bg.png'); |
| 623 | + background-repeat: no-repeat; |
| 624 | + background-size: 99% 100%; |
| 625 | + } |
| 626 | +} |
| 627 | + |
| 628 | +@media (max-width: 360px) { |
| 629 | + #eu_close_banner_container { |
| 630 | + justify-content: unset; |
| 631 | + margin-left: 10px; |
| 632 | + margin-right: 10px; |
| 633 | + |
| 634 | + } |
| 635 | + #eu_close_banner_container .close_banner_btn { |
| 636 | + position: absolute; |
| 637 | + left: 235px; |
| 638 | + margin: 10px !important; |
| 639 | + width: 60px; |
| 640 | + font-size: 1rem !important; |
| 641 | + margin-left: 8px !important; |
| 642 | + } |
| 643 | +} |
| 644 | + |
533 | 645 | .banner_container { |
534 | 646 | margin: 0 auto; |
535 | 647 | display: flex; |
|
783 | 895 | display: none !important; |
784 | 896 | } |
785 | 897 | } |
786 | | -// @media (max-width: 700px) { |
787 | | -// .close_banner_text_wrapper { |
788 | | -// padding-left: 20px; |
789 | | -// width: 300px !important; |
790 | | -// } |
791 | | -// } |
792 | 898 | @media (max-width: 700px) { |
793 | 899 | .close_banner_text_wrapper { |
794 | 900 | border-radius: 8px 0px 0px 8px !important; |
|
808 | 914 | .close_banner_text_wrapper { |
809 | 915 | // height: 70px; |
810 | 916 | padding-left: 20px; |
811 | | - width: 300px !important; |
| 917 | + width: 330px !important; |
812 | 918 | background-image: url('../../images/close-banner/orange-bg.png'); |
813 | 919 | background-repeat: no-repeat; |
814 | 920 | background-size: cover; |
|
824 | 930 | } |
825 | 931 | .close_banner_text_wrapper { |
826 | 932 | padding: 15px 0px 15px 8px; |
827 | | - width: 235px !important; |
| 933 | + width: 240px !important; |
828 | 934 | background-image: url('../../images/close-banner/orange-bg.png'); |
829 | 935 | background-repeat: no-repeat; |
830 | 936 | background-size: 99% 100%; |
|
0 commit comments