| 1 | .account { |
| 2 | display: flex; |
| 3 | height: 100%; |
| 4 | :global { |
| 5 | .account-con { |
| 6 | width: 100%; |
| 7 | height: 100%; |
| 8 | box-sizing: border-box; |
| 9 | } |
| 10 | |
| 11 | .account-noSelect { |
| 12 | height: 100%; |
| 13 | display: flex; |
| 14 | justify-content: center; |
| 15 | align-items: center; |
| 16 | } |
| 17 | } |
| 18 | } |