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/CoreHome/vue/src/Comparisons/Comparisons.less
.matomo-comparisons {
  h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comparison {
    display: inline-block;
    min-width: 164px;
    margin-right: 16px;
    padding: 14px;
    background-color: white;
    margin-bottom: 16px;
    position: relative;
  }

  .comparison-type {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7em;
    color: #999;
  }

  .remove-button {
    font-size: .6em;
    color: #666;
    position: absolute;
    right: 12px;
    top: 12px;
    text-decoration: none;

    &:hover {
      text-decoration: none;
    }
  }

  .title {
    font-size: 1.1rem;
    margin-top: 4px;
    margin-bottom: 12px;

    overflow-x: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;

    a {
      color: #333;
    }
  }

  .comparison-period {
    margin-top: 4px;

    > span {
      display: inline-block;
    }

    .comparison-dot {
      width: 1em;
      height: 1em;
      display: inline-block;
      border-radius: .5em;
    }

    .comparison-period-label {
      position: relative;
      top: -3px;
      margin-left: 6.5px;
      display: inline-block;
      font-size: .85rem;
      font-style: italic;
    }
  }
}

.comparison-card-tooltip {
  p {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #fff;
  }
}