archive-view.less 356 B

123456789101112131415161718192021222324
  1. @import "ui-variables";
  2. .archive-editor {
  3. background-color: @inset-panel-background-color;
  4. overflow: auto;
  5. contain: strict;
  6. .archive-container {
  7. height: 100%;
  8. width: 100%;
  9. .inset-panel {
  10. border-width: 0;
  11. .panel-heading {
  12. border-radius: 0;
  13. }
  14. .archive-tree {
  15. padding: 5px;
  16. }
  17. }
  18. }
  19. }