Skip to content

Commit

Permalink
fix: #ffffff to #fff to comply with stylelint
Browse files Browse the repository at this point in the history
Signed-off-by: julieng <julien.gattelier@gmail.com>
  • Loading branch information
SphinxKnight authored and AllForNothing committed Oct 25, 2023
1 parent b20a079 commit b3b05fd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

.label-critical {
background:#a8242f;
color:#ffffff;
color:#fff;
}

.label-danger {
background:#d83818!important;
color:#ffffff!important;
color:#fff!important;
}

.label-medium {
Expand All @@ -19,12 +19,12 @@

.label-low {
background: #005c8a;
color:#ffffff;
color:#fff;
}

.label-none {
background-color: #737373;
color:#ffffff;
color:#fff;
}

.no-border {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ $row-height: 48px;

.label-critical {
background:#a8242f;
color:#ffffff;
color:#fff;
}

.label-danger {
background:#d83818!important;
color:#ffffff!important;
color:#fff!important;
}

.label-medium {
Expand All @@ -81,12 +81,12 @@ $row-height: 48px;

.label-low {
background: #005c8a;
color:#ffffff;
color:#fff;
}

.label-none {
background-color: #737373;
color:#ffffff;
color:#fff;
}

.no-border {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

.label-critical {
background:#a8242f;
color:#ffffff;
color:#fff;
}

.label-danger {
background:#d83818!important;
color:#ffffff!important;
color:#fff!important;
}

.label-medium {
Expand All @@ -35,12 +35,12 @@

.label-low {
background: #005c8a;
color:#ffffff;
color:#fff;
}

.label-none {
background-color: #737373;
color:#ffffff;
color:#fff;
}

.no-border {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ hr{

.label-critical {
background:#a8242f;
color:#ffffff;
color:#fff;
}

.label-danger {
background:#d83818!important;
color:#ffffff!important;
color:#fff!important;
}

.label-medium {
Expand All @@ -173,12 +173,12 @@ hr{

.label-low {
background: #005c8a;
color:#ffffff;
color:#fff;
}

.label-none {
background-color: #737373;
color:#ffffff;
color:#fff;
}

.no-border {
Expand Down

0 comments on commit b3b05fd

Please sign in to comment.