summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/variables.less
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-03-17 15:35:50 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-03-17 15:35:50 +0600
commite82196bec265eb030e9fadfa21ca35877cf568b1 (patch)
treeca251cd324babc51bd853b61880f195f95c6aab5 /sonar-server/src/main/webapp/stylesheets/variables.less
parent6212cee9c5e178809f25b9cd9a506167953de9c2 (diff)
downloadsonarqube-e82196bec265eb030e9fadfa21ca35877cf568b1.tar.gz
sonarqube-e82196bec265eb030e9fadfa21ca35877cf568b1.zip
SONAR-5007 Display details of a rule and actions relating to it
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/variables.less')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/variables.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/variables.less b/sonar-server/src/main/webapp/stylesheets/variables.less
index 2f40167a92c..b43675bf36c 100644
--- a/sonar-server/src/main/webapp/stylesheets/variables.less
+++ b/sonar-server/src/main/webapp/stylesheets/variables.less
@@ -32,7 +32,8 @@
* Icons
*/
-@iconFontSize: 14px;
+@iconSmallFontSize: 14px;
+@iconFontSize: 16px;
@iconLineHeight: 12px;
@severityBlockerColor: @red;