diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-01-10 10:22:33 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-01-11 16:41:47 +0100 |
commit | 2b47fe0ad27f117db8ff6736bab7ec0c37ede256 (patch) | |
tree | e4011577edd9c70d536e46b773881362f4b87c02 /server/sonar-web/src/main/less/init | |
parent | 750fd412e0b11a071c5a3d2677cda289713d82e2 (diff) | |
download | sonarqube-2b47fe0ad27f117db8ff6736bab7ec0c37ede256.tar.gz sonarqube-2b47fe0ad27f117db8ff6736bab7ec0c37ede256.zip |
SONAR-8548 Workaround Edge bug when copying token
Diffstat (limited to 'server/sonar-web/src/main/less/init')
-rw-r--r-- | server/sonar-web/src/main/less/init/type.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/less/init/type.less b/server/sonar-web/src/main/less/init/type.less index 236c4aa5e65..e15dd2764a0 100644 --- a/server/sonar-web/src/main/less/init/type.less +++ b/server/sonar-web/src/main/less/init/type.less @@ -138,3 +138,12 @@ small, .text-warning { .text-emphasis-variant(@orange); } .text-info { .text-emphasis-variant(@blue); } .text-success { .text-emphasis-variant(@green); } + + +// Font + +.monospaced { + line-height: @monoLineHeight; + font-family: @monoFontFamily; + font-size: @monoFontSize; +} |