forked from joshmadewell/optimlol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making leagues and series stuff look better..
- Loading branch information
jmadewell
committed
Apr 4, 2015
1 parent
6e6bb63
commit 2c209fd
Showing
11 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
.divisions { | ||
background-image: url('/img/divisions.png'); | ||
background-repeat: no-repeat; | ||
background-size: 20px; | ||
background-size: 24px; | ||
margin: auto; | ||
} | ||
|
||
.division-master { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px 0px; | ||
} | ||
|
||
.division-bronze { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -20px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -24px; | ||
} | ||
|
||
.division-challenger { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -40px;; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -48px; | ||
} | ||
|
||
.division-diamond { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -60px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -72px; | ||
} | ||
|
||
.division-gold { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -80px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -96px; | ||
} | ||
|
||
.division-platinum { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -100px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -120px; | ||
} | ||
|
||
.division-silver { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -120px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -144px; | ||
} | ||
|
||
.division-unranked { | ||
@extend .divisions; | ||
height: 16px; | ||
min-width: 20px; | ||
background-position: 0px -140px; | ||
height: 19px; | ||
min-width: 24px; | ||
background-position: 0px -168px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ | |
|
||
.division-label { | ||
font-weight: 400; | ||
font-size: 10px; | ||
font-size: 12px; | ||
margin: auto; | ||
} | ||
} | ||
|