123456789101112131415161718 |
- .category-page {
- background-color: black;
- width: 100%;
- height: calc(100% - 110px);
- position: absolute;
- top: 0;
- .noData {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translateX(-50%) translateY(-50%);
- font-size: 40px;
- font-weight: 400;
- color: #333;
- background-color: rgb(157, 200, 113);
- }
- }
|