Skip to content
Snippets Groups Projects
unit-view.component.css 871 B
Newer Older
  • Learn to ignore specific revisions
  • .toolbox_drawer {
    
      width: 220px;
    
    }
    
    .properties_drawer {
    
    }
    
    .drawer-button {
      font-size: large;
      background-color: lightgray;
      min-width: 0;
      width: 2%;
    }
    
    .drawer-button {
      border: none;
      cursor: pointer;
    }
    
    .show-elements-button span {
      transform: rotate(-90deg);
      display: inherit;
    }
    
    .show-properties-button {
      padding-bottom: 140px;
    }
    
    .show-properties-button span {
      transform: rotate(90deg);
      display: inherit;
    }
    
    ::ng-deep .mat-drawer-content .mat-tab-body-wrapper {
      height: 100%;
    }
    
    .menuItem {
      padding: 0 16px;
    }
    
    mat-checkbox.menuItem {
      padding: 0 16px 10px 16px;
    }
    
    mat-divider {
      margin-bottom: 10px;
    }
    
    ::ng-deep .mat-tab-label:hover .menu-button {
      visibility: visible;
    }
    
    .menu-button {
      position: absolute;
      left: 130px;
      bottom: 6px;
      visibility: hidden;
    }
    
    aspect-page-canvas {
      height: 100%; display: block;
    }