
#root {
  #logo {
    display: block;
    height: 100%;

    & > a {
      display: flex;
      align-items: center;
      height: 100%;
      padding-left: 1rem;
      padding-right: 1rem;

      text-decoration: none;
    }

    img {
      max-height: 32px;

      &.default-piwik-logo {
        width: 150px;
        filter: @theme-filter-on-illustration;
      }
    }
  }
}

#javascriptDisabled,
#javascriptDisabled a {
  font-weight: bold;
  color: #f88d22;
  padding: 15px;
  clear: both;
}
