Skip to content
Snippets Groups Projects
Select Git revision
  • b13a995d26a32184279a47b8ada2a4602315d965
  • 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

task-list.component.scss

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    task-list.component.scss 501 B
    .list {
      p {
        margin-bottom: 0;
      }
    
      progress {
        margin-top: 5px;
        margin-bottom: 5px;
      }
    
      .icon {
        display: block !important;
      }
    
    }
    
    .status-field {
      background-color: var(--drgstn-background);
      padding: 2px;
      font-size: 10px;
      max-width: 215px;
      max-height: 30px;
      overflow-y: scroll;
      border: 1px solid var(--drgstn-border);
      display: inline-block;
    }
    
    .small-box {
      //margin: 0.5rem;
      //padding: 0.5rem;
      background-color: var(--drgstn-panel-secondary) !important;
    }