HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.vdk/plugins/ScheduledReports/stylesheets/scheduledreports.less
.emailReports {
  .entityTableContainer {
    margin-top: 0;
  }

  a.withIcon {
    display: inline-block;
    
    img {
      vertical-align: bottom;
    }
  }

  input[name=report_evolution_period_n] {
    display: inline;
    width: 60px;
    margin-bottom: 0;
    height: 1.3rem;
  }

  .evolution-graph-period {
    font-size: 1rem;

    > div {
      margin-top: 1rem;
    }

    label {
      color: @color-black-matomo;
    }
  }
}
.selectedReportsWrapper {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;

  .selectedReportsHeading {
    margin-bottom: 0.4rem;
  }

  .selectedReportsHelp {
    margin-top: 0;
    color: @color-silver;
  }

  .selectedReportsList {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      display: flex;
      align-items: center;
      padding: 0.6rem 0.9rem;
      border: 1px solid @color-silver-l85;
      border-radius: 4px;
      background: @color-white;
      cursor: move;
      margin-bottom: 0.6rem;

        span.drag-icon {
          padding-right: 15px;
          font-size: 13px;
          color: @color-silver-l60;
        }
    }

    .selectedReportName {
      flex: 1;
    }

    .selectedReportPlaceholder {
      border: 1px dashed @color-silver;
      border-radius: 4px;
      background: @color-silver-l95;
      height: 2.6rem;
      margin-bottom: 0.6rem;
    }
  }
}