| 1234567891011121314151617181920212223242526 |
- .NoPower {
- background-color: #fff;
- border-radius: 10px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- color: #666666;
- font-size: 16px;
- padding-bottom: 20px;
- :global {
- img {
- width: 300px;
- }
- p {
- margin-bottom: 10px;
- }
- div {
- width: 80%;
- margin-top: 8%;
- display: flex;
- justify-content: space-around;
- }
- }
- }
|