Panel.scss 437 B

12345678910111213141516171819
  1. .x-grid-empty {
  2. height: 90%;
  3. max-height: 300px;
  4. .x-grid-empty-img {
  5. height: 100%;
  6. max-height: 200px;
  7. background: url(get-resource-path('images/grid/empty.png')) no-repeat;
  8. background-position: center calc(100% - 8px);
  9. }
  10. .x-grid-empty-text {
  11. font-size: 14px;
  12. color: #BEBEBE;
  13. letter-spacing: 0;
  14. text-align: center;
  15. line-height: 26px;
  16. }
  17. }