Skip to content

Commit

Permalink
Fix user modal playing partner badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jul 8, 2019
1 parent 269f9af commit 8fc5cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version: "pre-4.6.0-dev";
$version: "pre-4.6.0";

/*! ClearVision v6 BETA #{$version} by Zerthox */

Expand Down
5 changes: 5 additions & 0 deletions src/modals/userModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
background-image: url(https://clearvision.gitlab.io/icons/discord/badgeGuildSubscriber4.svg);
}
}
%userModalTopSectionPlaying {
%profileBadgePartner {
background-image: url(https://clearvision.gitlab.io/icons/discord/badgePartner.svg);
}
}

// TAB BAR
%userModalTabBarContainer {
Expand Down

0 comments on commit 8fc5cc6

Please sign in to comment.