aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/components/measures.less
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/less/components/measures.less')
-rw-r--r--server/sonar-web/src/main/less/components/measures.less61
1 files changed, 0 insertions, 61 deletions
diff --git a/server/sonar-web/src/main/less/components/measures.less b/server/sonar-web/src/main/less/components/measures.less
index 49af9106838..bdecf2a96a5 100644
--- a/server/sonar-web/src/main/less/components/measures.less
+++ b/server/sonar-web/src/main/less/components/measures.less
@@ -33,18 +33,6 @@
border-top: 1px solid @barBorderColor;
}
-.measures-duplex {
- font-size: 0;
- .justify;
-
- .measures-list {
- display: inline-block;
- vertical-align: top;
- width: 40%;
- font-size: @baseFontSize;
- }
-}
-
.measures-chart {
display: inline-block;
vertical-align: middle;
@@ -57,10 +45,6 @@
}
}
-.measures-chart-indent {
- padding-left: 90px;
-}
-
.measure {
line-height: 1.3333333333333;
}
@@ -80,33 +64,6 @@
font-weight: 400;
}
-.measure-bar {
- display: inline-block;
- width: 60px;
-}
-
-.measure-bar-inner {
- display: block;
- min-width: 1px;
- height: 5px;
- background-color: #c0c0c0;
-}
-.measure-bar-inner-BLOCKER {
- background-color: @severityBlockerColor;
-}
-.measure-bar-inner-CRITICAL {
- background-color: @severityCriticalColor;
-}
-.measure-bar-inner-MAJOR {
- background-color: @severityMajorColor;
-}
-.measure-bar-inner-MINOR {
- background-color: @severityMinorColor;
-}
-.measure-bar-inner-INFO {
- background-color: @severityInfoColor;
-}
-
.measure-big {
display: inline-block;
vertical-align: middle;
@@ -142,21 +99,3 @@
float: right;
}
}
-
-.measure-with-bar {
- font-size: 0;
-
- .measure-name {
- width: 40%;
- }
-
- .measure-value {
- width: 20%;
- }
-
- .measure-bar {
- width: 30%;
- padding: 7px 5px;
- box-sizing: border-box;
- }
-}