diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/quality-gates.less')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/quality-gates.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/quality-gates.less b/sonar-server/src/main/webapp/stylesheets/quality-gates.less index 5bd981b3392..c16f58b053b 100644 --- a/sonar-server/src/main/webapp/stylesheets/quality-gates.less +++ b/sonar-server/src/main/webapp/stylesheets/quality-gates.less @@ -16,10 +16,20 @@ height: @navigatorHeaderHeight; padding: 0 @navigatorPadding; border-right-color: @navigatorBorderColor; + + .navigator-header-title { + font-size: 13px; + font-weight: bold; + text-transform: uppercase; + } } .navigator-results { top: @navigatorTopOffset + @navigatorHeaderHeight; + + .subtitle { + text-transform: lowercase; + } } .navigator-details { @@ -42,6 +52,7 @@ .quality-gate-section-name { margin-bottom: @navigatorPadding; font-weight: bold; + text-transform: uppercase; } |