aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/theme.js
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-11-02 11:08:39 +0100
committersonartech <sonartech@sonarsource.com>2022-11-02 20:03:01 +0000
commit2ab6fc273ecbf405f7c126fab11ddc0b9bf516da (patch)
treea6e005b4f57fb488d3e551b7df52399e69b0674c /server/sonar-web/src/main/js/app/theme.js
parent60e4b88e4567c1af3051b6cdc4c8858f8b0fca21 (diff)
downloadsonarqube-2ab6fc273ecbf405f7c126fab11ddc0b9bf516da.tar.gz
sonarqube-2ab6fc273ecbf405f7c126fab11ddc0b9bf516da.zip
SONAR-13368 Bump to prettier@2.7.1
Diffstat (limited to 'server/sonar-web/src/main/js/app/theme.js')
-rw-r--r--server/sonar-web/src/main/js/app/theme.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js
index 79428ee7c58..f84b78a6ebd 100644
--- a/server/sonar-web/src/main/js/app/theme.js
+++ b/server/sonar-web/src/main/js/app/theme.js
@@ -186,7 +186,7 @@ module.exports = {
blacka38: 'rgba(0, 0, 0, 0.38)',
blacka60: 'rgba(0, 0, 0, 0.60)',
blacka75: 'rgba(0, 0, 0, 0.75)',
- blacka87: 'rgba(0, 0, 0, 0.87)'
+ blacka87: 'rgba(0, 0, 0, 0.87)',
},
sizes: {
@@ -212,7 +212,7 @@ module.exports = {
maxPageWidth: '1320px',
minPageWidth: '1080px',
- pagePadding: '20px'
+ pagePadding: '20px',
},
rawSizes: {
@@ -220,13 +220,13 @@ module.exports = {
baseFontSizeRaw,
globalNavHeightRaw: 6 * grid,
globalNavContentHeightRaw: 4 * grid,
- contextNavHeightRaw: 9 * grid
+ contextNavHeightRaw: 9 * grid,
},
fonts: {
baseFontFamily: "'Helvetica Neue', Helvetica, Arial, sans-serif",
systemFontFamily: "-apple-system,'BlinkMacSystemFont','Helvetica','Arial',sans-serif",
- sourceCodeFontFamily: "Consolas, 'Ubuntu Mono', 'Liberation Mono', Menlo, Courier, monospace"
+ sourceCodeFontFamily: "Consolas, 'Ubuntu Mono', 'Liberation Mono', Menlo, Courier, monospace",
},
// z-index
@@ -259,10 +259,10 @@ module.exports = {
modalZIndex: '6001',
modalOverlayZIndex: '6000',
- popupZIndex: '5000'
+ popupZIndex: '5000',
},
others: {
- defaultShadow: '0 6px 12px rgba(0, 0, 0, 0.175)'
- }
+ defaultShadow: '0 6px 12px rgba(0, 0, 0, 0.175)',
+ },
};