diff options
Diffstat (limited to 'server/sonar-web/src/main/less/pages/overview.less')
-rw-r--r-- | server/sonar-web/src/main/less/pages/overview.less | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/server/sonar-web/src/main/less/pages/overview.less b/server/sonar-web/src/main/less/pages/overview.less deleted file mode 100644 index 4582868d23e..00000000000 --- a/server/sonar-web/src/main/less/pages/overview.less +++ /dev/null @@ -1,106 +0,0 @@ -/* - * SonarQube, open source software quality management tool. - * Copyright (C) 2008-2014 SonarSource - * mailto:contact AT sonarsource DOT com - * - * SonarQube 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. - * - * SonarQube 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. - */ -@import (reference) "../variables"; -@import (reference) "../mixins"; -@import (reference) "../init/links"; - -.overview { - padding: 10px; - .box-sizing(border-box); - overflow: hidden; -} - -.overview-card { - .clearfix; - padding: 20px; - border: 1px solid @barBorderColor; - background: @white; -} - -.overview-card:not(.hidden) + .overview-card { - margin-top: 20px; -} - -.overview-gate-ok { border: 2px solid @green; } - -.overview-gate-warn { border: 2px solid @orange; } - -.overview-gate-error { border: 2px solid @red; } - -.overview-gate-condition { - padding-left: 1px; -} - -.overview-container { - margin-top: 20px; -} - -.overview-card-header { - margin-bottom: 20px; - padding-bottom: 20px; - border-bottom: 1px solid @barBorderColor; -} - -.overview-status { - margin: 0; - padding: 0 6px; - color: #fff !important; - font-weight: 300; - - a& { - .link-no-underline; - - &:hover, &:focus, &:active { - opacity: 0.8; - } - } -} - -.overview-status-OK { background-color: @green; } -.overview-status-WARN { background-color: @orange; } -.overview-status-ERROR { background-color: @red; } - -.overview-highlight { - float: left; - width: 160px; - padding-right: 20px; - .box-sizing(border-box); -} - -.overview-trend { - padding-left: 160px; - - .note { font-size: 10px; } -} - -.overview-main-measure { - line-height: 1.3; - margin-bottom: 20px; - font-size: 36px; - font-weight: 300; - - .rating { font-size: 30px; } -} - -.overview-measure { - line-height: 1.5; - font-size: 20px; - font-weight: 300; -} |