Skip to content

Commit

Permalink
Merge pull request #5213 from onepercentclub/bugfix/BB-20482-fix-admi…
Browse files Browse the repository at this point in the history
…n-icons

Fix admin icons
  • Loading branch information
gannetson committed Aug 24, 2022
2 parents f08cc89 + ca76da4 commit fb9213b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ form .aligned strong+p.help {

.array-item input {
padding: 6px;
}
}
6 changes: 3 additions & 3 deletions bluebottle/bluebottle_dashboard/static/jet/css/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,16 @@ img[src$="admin/img/icon-unknown.gif"], img[src$="admin/img/icon-unknown.svg"] {

+ span {
font-weight: bold;
color: $success-text-color;
color: $success-color;
}
}

img[src$="admin/img/icon-yes.gif"] + span, img[src$="admin/img/icon-yes.svg"] + span {
color: $success-text-color;
color: $success-color;
}

img[src$="admin/img/icon-no.gif"] + span, img[src$="admin/img/icon-no.svg"] + span {
color: $warning-text-color;
color: $warning-color;
}

/* LOADING INDOCATOR */
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit fb9213b

Please sign in to comment.