Skip to content
Snippets Groups Projects
Select Git revision
  • 87ea6c9162960ac3bd63fcf17550b3f03e136662
  • master default protected
  • csv_export
  • ndex
  • v1.1.18-rc2
  • v1.1.17
  • v1.1.16
  • v1.1.16-rc12
  • v1.1.16-rc11
  • v1.1.16-rc10
  • v1.1.16-rc9
  • v1.1.16-rc8
  • v1.1.16-rc7
  • v1.1.16-rc4
  • v1.1.16-rc3
  • v1.1.16-rc1
  • v1.1.6-rc1
  • v1.1.15
  • v1.1.15-rc7
  • v1.1.15-rc6
  • v1.1.15-rc3
  • v1.1.15-rc1
  • v1.1.14
  • v1.1.13
24 results

analysis-panel.component.scss

Blame
  • user avatar
    Julian Matschinske authored
    1c0338fc
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    analysis-panel.component.scss 610 B
    .analysis {
      position: absolute;
      height: 100%;
      width: 100%;
    }
    
    div.network {
      height: calc(100vh - 210px - 52px);
    }
    
    .tab-content {
      visibility: hidden;
      position: absolute;
      width: calc(100% - 50px);
      height: calc(100vh - 210px - 24px);
    
      &.is-visible {
        visibility: visible;
      }
    
      &.scrollable {
        overflow-y: auto;
        padding-right: 10px;
      }
    
      h4 {
        margin-top: 60px;
      }
    }
    
    .table-header {
      margin-bottom: 50px;
    }
    
    .checkbox-col {
      width: 50px;
    }
    
    .meta {
      table {
        width: 500px;
    
        td {
          width: 50px;
        }
      }
    
    }
    
    .tooltip-button {
      font-size: 10px;
      width: 10px;
    }