Changeset faff334 for styles/globals.scss
- Timestamp:
- 07/18/22 13:59:55 (2 years ago)
- Branches:
- main
- Children:
- 22367db
- Parents:
- e903234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
styles/globals.scss
re903234 rfaff334 591 591 } 592 592 593 .liveGamesMegaContainer { 594 margin-top: 3rem; 595 596 display: flex; 597 flex-direction: column; 598 gap: 8rem; 599 600 .liveGamesContainer { 601 display: flex; 602 flex-direction: column; 603 align-items: flex-start; 604 605 gap: 2rem; 606 607 h3 { 608 color: white; 609 } 610 611 &>div { 612 width: 100%; 613 padding: 2rem; 614 615 transition: all .2s linear; 616 box-shadow: 0 2px 5px rgba(0, 0, 0, .25); 617 &:hover { 618 box-shadow: 0 5px 25px rgba(0, 0, 0, .25); 619 } 620 621 h6 { 622 span { 623 color: white; 624 } 625 626 margin-inline: 0; 627 margin-block: .5rem; 628 629 color: #ead24d; 630 font-weight: normal; 631 font-size: 1.2rem; 632 633 text-align: center; 634 } 635 636 &.liveBlackjackGame { 637 display: flex; 638 639 &>div { 640 flex: 1; 641 display: flex; 642 flex-direction: column; 643 644 &:nth-child(1) { 645 align-items: flex-start; 646 } 647 648 &:nth-child(2) { 649 align-items: center; 650 651 &>div { 652 flex-direction: column; 653 justify-content: center; 654 } 655 } 656 657 &:nth-child(3) { 658 align-items: flex-end; 659 660 h5 { 661 margin-inline: 4rem; 662 } 663 } 664 665 p { 666 margin-top: 1rem; 667 668 font-size: 1.5rem; 669 } 670 671 h5 { 672 font-size: 5rem; 673 font-weight: 100; 674 font-style: italic; 675 676 margin-inline: 3rem; 677 margin-block: 0; 678 679 display: flex; 680 align-items: center; 681 } 682 683 &>div { 684 display: flex; 685 686 margin-inline: 2.5rem; 687 688 .card { 689 margin-inline: -2.5rem; 690 691 position: relative; 692 } 693 } 694 } 695 } 696 697 .cardsOnTable, .cards { 698 display: flex; 699 700 margin-inline: 2.5rem; 701 702 .card { 703 margin-inline: -2.5rem; 704 705 position: relative; 706 } 707 } 708 709 .cardsOnTable { 710 display: flex; 711 justify-content: center; 712 } 713 714 .cards { 715 .card { 716 margin-inline: -1.6rem; 717 718 height: 100px; 719 } 720 } 721 722 .playerInLiveRouletteGame, .playerInLivePokerGame { 723 display: flex; 724 align-items: center; 725 726 &>div { 727 flex: 1; 728 } 729 } 730 731 .playerInLivePokerGame { 732 margin-block: .8rem; 733 } 734 } 735 } 736 } 737 593 738 .complaintsScreen { 594 739 z-index: 20;
Note:
See TracChangeset
for help on using the changeset viewer.