Skip to content

Commit

Permalink
Added icons for loadouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburnedGoose committed May 6, 2015
1 parent fadd1d9 commit 7d51af6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Binary file added app/images/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/spartan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -698,18 +698,24 @@ body.ngdialog-open {
.close {
width: 16px;
height: 16px;
background-color: white;
display: inline-block;
position: absolute;
top: 0;
right: 0;
background-image: url('../images/close.png');
background-size: 16px 16px;
background-color: rgba(100,100,100,.6);
border: 1px solid #333;
}
#loadout-contents .equipped {
width: 16px;
height: 16px;
background-color: green;
display: inline-block;
position: absolute;
top: 0;
left: 0;
background-image: url('../images/spartan.png');
background-color: rgba(255,0,0,.6);
background-size: 16px 16px;
border: 1px solid #333;
}

0 comments on commit 7d51af6

Please sign in to comment.