/*
 * Sonar UI Common
 * Copyright (C) 2019-2020 SonarSource SA
 * mailto:info AT sonarsource DOT com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

.update-center-meta-data {
  margin: 16px 0;
  padding: 16px 16px 8px 16px;
  background: #f9f9fb;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.update-center-meta-data a svg {
  margin-right: 8px;
}

.update-center-meta-data-header {
  border-bottom: 1px solid #cfd3d7;
  padding-bottom: 16px;
}

.update-center-meta-data-header,
.update-center-meta-data-version-release-info,
.update-center-meta-data-version-links {
  display: flex;
}

.update-center-meta-data-header > * + *,
.update-center-meta-data-version-release-info > * + * {
  margin-left: 16px;
}

.update-center-meta-data-header > * + * {
  padding-left: 16px;
  border-left: 1px solid #cfd3d7;
}

.update-center-meta-data-versions {
  margin-top: 16px;
}

.update-center-meta-data-versions-show-more {
  font-size: 14px;
  float: right;
  color: #51575a;
  border-color: #7b8184;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  cursor: pointer;
}

.update-center-meta-data-versions-show-more:hover {
  color: #2d3032;
  border-color: #2d3032;
}

.update-center-meta-data-version {
  margin-bottom: 16px;
}

.update-center-meta-data-version + .update-center-meta-data-version {
  padding-top: 8px;
  border-top: 1px dashed #cfd3d7;
}

.update-center-meta-data-version-version {
  font-weight: bold;
  font-size: 18px;
}

.update-center-meta-data-version-release-info {
  margin-top: 8px;
  font-style: italic;
}

.update-center-meta-data-version-release-description {
  margin-top: 8px;
}

.update-center-meta-data-version-download > a,
.update-center-meta-data-version-release-notes > a {
  display: inline-block;
  margin: 8px 16px 0 0;
}
