+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2024 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.
- */
-.boxed-group {
- margin-bottom: calc(2.5 * var(--gridSize));
- border: 1px solid var(--barBorderColor);
- border-radius: 2px;
- background-color: #fff;
-}
-
-.boxed-group.no-border {
- border-color: transparent;
-}
-
-.boxed-group-centered {
- margin-left: auto;
- margin-right: auto;
- max-width: 500px;
-}
-
-.boxed-group > h2 {
- line-height: var(--controlHeight);
- padding: calc(2 * var(--gridSize)) 20px 0;
-}
-
-.boxed-group > h2.boxed-title {
- padding: 0 0 8px;
- margin: 0;
- font-weight: 600;
-}
-
-.boxed-group hr {
- height: 0;
- border-top: 1px solid var(--gray94);
- margin: calc(2 * var(--gridSize)) -20px;
-}
-
-.boxed-group-inner {
- padding: calc(2 * var(--gridSize)) 20px;
-}
-
-.boxed-group-inner:empty {
- padding-top: 0;
-}
-
-.boxed-group-list {
- margin-top: -var(--gridSize);
- margin-bottom: -var(--gridSize);
-}
-
-.boxed-group-list > li {
- margin-left: -20px;
- margin-right: -20px;
- padding: var(--gridSize) 20px;
-}
-
-.boxed-group-accordion {
- border-color: var(--neutral200);
- margin-bottom: var(--gridSize);
- transition: border-color 0.3s ease;
-}
-
-.boxed-group-accordion:hover,
-.boxed-group-accordion.open {
- border-color: var(--info400);
-}
-
-.boxed-group-accordion.not-clickable .boxed-group-accordion-title > svg {
- display: none;
-}
-
-.boxed-group-accordion-alert.boxed-group-accordion-alert {
- vertical-align: middle;
- margin-bottom: -6px;
- margin-top: -6px;
-}
-
-.boxed-group-accordion .boxed-group-inner {
- padding-top: 0;
-}
-
-.boxed-group-accordion-title {
- display: inline-flex;
- align-items: center;
- vertical-align: middle;
- font-weight: bold;
- transition: color 0.3s ease;
- text-align: left;
-}
+++ /dev/null
-/*
- * SonarQube
- * Copyright (C) 2009-2024 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.
- */
-.account-container {
- width: 1000px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.account-header {
- padding-top: 20px;
- padding-bottom: 20px;
- border-bottom: 1px solid var(--barBorderColor);
- background-color: #fff;
-}
-
-.account-nav {
- float: right;
- padding-top: 11px;
-}
-
-.account-user {
- float: left;
-}
-
-.account-user h1 {
- line-height: 60px;
-}
-
-.account-user-avatar {
- margin-right: 20px;
-}
-
-.account-user-avatar > img {
- border-radius: 60px;
-}
-
-.account-user-avatar:empty {
- display: none;
-}
-
-.account-body {
- padding: 40px 0;
-}
-
-.account-profile .boxed-group-inner:not(:first-child) {
- border-top: 1px solid var(--barBorderColor);
-}
-
-.notifications-table {
- margin-top: calc(-2 * var(--gridSize));
-}
-
-.notifications-add-project-no-search-results {
- padding: var(--gridSize);
-}
-
-.notifications-add-project-search-results li {
- padding: var(--gridSize);
- cursor: pointer;
-}
-
-.notifications-add-project-search-results li:hover,
-.notifications-add-project-search-results li.active {
- background-color: var(--barBackgroundColor);
-}