}
.web-api-action-title {
- font-weight: 500;
+ font-weight: 600;
}
.web-api-action-description {
color: @secondFontColor;
.legend-text + .legend-text { margin-left: 15px; }
- .legend-text-main { font-weight: 500; }
+ .legend-text-main { font-weight: 600; }
}
.sonar-d3 .details-color-indicator {
padding-right: @rightPadding;
line-height: 1.5;
font-size: @baseFontSize;
- font-weight: 500;
+ font-weight: 600;
}
.issue-rule {
width: 1px;
line-height: 18px;
color: @secondFontColor;
- font-weight: 500;
+ font-weight: 600;
.text-ellipsis;
}
padding: 6px 10px;
border-bottom: none;
color: @baseFontColor;
- font-weight: 500;
+ font-weight: 600;
}
.search-navigator-facet-list {
z-index: @above-normal-z-index;
background-color: @darkBlue;
color: #fff;
- font-weight: 500;
+ font-weight: 600;
}
.select-list-control-button + .select-list-control-button {
}
.source-viewer-header-component-name {
- font-weight: 500;
+ font-weight: 600;
}
.source-viewer-header-favorite {
h3, h4, h5, h6 {
font-size: @baseFontSize;
- font-weight: 500;
+ font-weight: 600;
}
pre, code {
padding: 5px 10px;
border: 1px solid @barBorderColor;
background-color: @barBackgroundColor;
- font-weight: 500;
+ font-weight: 600;
text-align: center;
}
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ccc;
color: @secondFontColor;
font-size: @baseFontSize;
- font-weight: 500;
+ font-weight: 600;
text-align: center;
}
.rulename, .rulename a {
color: #444;
- font-weight: 500;
+ font-weight: 600;
}
.rulename a:hover {
background: transparent;
color: @darkBlue;
- font-weight: 500;
+ font-weight: 600;
font-size: @smallFontSize;
text-align: center;
text-decoration: none;
input[type="radio"]:checked + label {
background-color: @darkBlue;
color: #fff;
- font-weight: 500;
+ font-weight: 600;
}
input[type="radio"]:disabled + label {
line-height: 18px;
padding: 8px 10px;
border-bottom: 1px solid @barBorderColor;
- font-weight: 500;
+ font-weight: 600;
& > .small {
display: block;
// Emphasising
em { font-style: italic; }
-strong { font-weight: 500; }
+strong { font-weight: 600; }
.emphasised-measure {
font-size: 24px;
vertical-align: top;
width: 1px;
padding: 8px 5px 8px 0;
- font-weight: 500;
+ font-weight: 600;
white-space: nowrap;
}
@h1-font-weight: 400;
@h2-font-weight: 400;
-@h3-font-weight: 500;
-@h4-font-weight: 500;
-@h5-font-weight: 500;
-@h6-font-weight: 500;
+@h3-font-weight: 600;
+@h4-font-weight: 600;
+@h5-font-weight: 600;
+@h6-font-weight: 600;