Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Issue #48 add missing imperial and rebel symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Nov 2, 2017
1 parent 3d44a0d commit 2ba5d6e
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,30 @@
content: "W";
}

.imperial {
font-family: "ImperialAssaultSymbols";
font-size: 12pt;
padding-right: 5px;
color: white;
}

.imperial:before {
content: "U";
}

.rebel {
font-family: "ImperialAssaultSymbols";
font-size: 12pt;
padding-right: 5px;
color: red;
}

.rebel:before {
content: "V";
}



.limit {
padding-left: 10px;
}
Expand Down

0 comments on commit 2ba5d6e

Please sign in to comment.