Skip to content

Commit c93eeb3

Browse files
xingzhang-suselsongsuse
authored andcommitted
Corrected the font-weight
1 parent 0700184 commit c93eeb3

19 files changed

+40
-40
lines changed

pkg/sbombastic-image-vulnerability-scanner/components/CveDetails.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export default {
317317
font-family: Lato;
318318
font-size: 24px;
319319
font-style: normal;
320-
font-weight: 600;
320+
font-weight: 400;
321321
}
322322
323323
.filter-dropdown {
@@ -474,7 +474,7 @@ export default {
474474
475475
.severity-badge {
476476
font-size: 14px;
477-
font-weight: 500;
477+
font-weight: 400;
478478
}
479479
480480
.critical-severity {

pkg/sbombastic-image-vulnerability-scanner/components/ImageDetails.vue

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -559,20 +559,20 @@ export default {
559559
align-items: center;
560560
gap: 12px;
561561
font-size: 24px;
562-
font-weight: 600;
562+
font-weight: 400;
563563
color: #141419;
564564
.resource-header-name {
565565
font-family: Lato;
566566
font-size: 24px;
567567
font-style: normal;
568-
font-weight: 600;
568+
font-weight: 400;
569569
line-height: 32px; /* 133.333% */
570570
}
571571
}
572572
573573
.severity-badge {
574574
font-size: 14px;
575-
font-weight: 500;
575+
font-weight: 400;
576576
}
577577
578578
.critical-severity {
@@ -599,13 +599,13 @@ export default {
599599
600600
.label {
601601
color: #6C6C76;
602-
font-weight: 500;
602+
font-weight: 400;
603603
font-size: 14px;
604604
}
605605
606606
.value {
607607
color: #141419;
608-
font-weight: 500;
608+
font-weight: 400;
609609
font-size: 14px;
610610
}
611611
@@ -620,7 +620,7 @@ export default {
620620
.show-properties-link a {
621621
color: #007cba;
622622
text-decoration: none;
623-
font-weight: 500;
623+
font-weight: 400;
624624
font-size: 14px;
625625
}
626626
@@ -691,7 +691,7 @@ export default {
691691
font-family: Lato;
692692
font-size: 18px;
693693
font-style: normal;
694-
font-weight: 600;
694+
font-weight: 400;
695695
line-height: 21px;
696696
margin-bottom: 8px;
697697
}
@@ -737,15 +737,15 @@ export default {
737737
.score {
738738
color: #6C6C76;
739739
font-size: 13px;
740-
font-weight: 500;
740+
font-weight: 400;
741741
background: #E9ECEF;
742742
padding: 4px 8px;
743743
border-radius: 4px;
744744
}
745745
746746
.package {
747747
color: #141419;
748-
font-weight: 500;
748+
font-weight: 400;
749749
}
750750
751751
.fix-status {
@@ -836,7 +836,7 @@ export default {
836836
}
837837
838838
.selected-count {
839-
font-weight: 500;
839+
font-weight: 400;
840840
color: #6C6C76;
841841
}
842842

pkg/sbombastic-image-vulnerability-scanner/components/ImageRiskAssessment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
font-family: Lato;
4545
font-size: 18px;
4646
font-style: normal;
47-
font-weight: 600;
47+
font-weight: 400;
4848
line-height: 21px; /* 116.667% */
4949
}
5050
.severity-bar-chart {

pkg/sbombastic-image-vulnerability-scanner/components/RecentUpdatedRegistries.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
font-family: Lato;
4242
font-size: 18px;
4343
font-style: normal;
44-
font-weight: 600;
44+
font-weight: 400;
4545
line-height: 21px; /* 116.667% */
4646
}
4747
.status-list {

pkg/sbombastic-image-vulnerability-scanner/components/RegistryDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
font-family: Lato;
204204
font-size: 24px;
205205
font-style: normal;
206-
font-weight: 600;
206+
font-weight: 400;
207207
line-height: 32px; /* 133.333% */
208208
}
209209
}

pkg/sbombastic-image-vulnerability-scanner/components/SeverityDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
font-family: Lato;
4141
font-size: 18px;
4242
font-style: normal;
43-
font-weight: 600;
43+
font-weight: 400;
4444
line-height: 21px; /* 116.667% */
4545
}
4646
.severity-bar-chart {

pkg/sbombastic-image-vulnerability-scanner/components/StatusDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
font-family: Lato;
4545
font-size: 18px;
4646
font-style: normal;
47-
font-weight: 600;
47+
font-weight: 400;
4848
line-height: 21px; /* 116.667% */
4949
}
5050
.severity-bar-chart {

pkg/sbombastic-image-vulnerability-scanner/components/TopRiskyImagesChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
font-family: Lato;
5252
font-size: 18px;
5353
font-style: normal;
54-
font-weight: 600;
54+
font-weight: 400;
5555
line-height: 21px; /* 116.667% */
5656
}
5757
.image-record {

pkg/sbombastic-image-vulnerability-scanner/components/TopSevereVulnerabilitiesChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
font-family: Lato;
4545
font-size: 18px;
4646
font-style: normal;
47-
font-weight: 600;
47+
font-weight: 400;
4848
line-height: 21px; /* 116.667% */
4949
}
5050
.vulnerability-list {

pkg/sbombastic-image-vulnerability-scanner/components/common/AmountBarBySeverity.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
font-family: Lato;
8080
font-size: 13px;
8181
font-style: normal;
82-
font-weight: 500;
82+
font-weight: 400;
8383
line-height: 20px; /* 153.846% */
8484
}
8585
.badge.critical {

0 commit comments

Comments
 (0)