Added all icons, working on implementing them into UI

This commit is contained in:
Daniel Scalzi
2017-09-12 16:52:20 -04:00
parent 6eb6177d4b
commit 5ed660d3ab
10 changed files with 98 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ body {
#main > #lower {
height: 23%;
display: flex;
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#main > #upper > #left {
@@ -247,11 +247,11 @@ body {
}
#player_count {
color: #635f5b;
color: #949494;
font-family: 'Avenir Book';
font-size: 8px;
font-weight: 900;
text-shadow: 0px 0px 0px #635f5b;
text-shadow: 0px 0px 20px #949494;
margin-left: 10px;
}
@@ -279,4 +279,9 @@ body {
text-shadow: 0px 0px 0px #bebcbb;
font-size: 11px;
line-height: 24px;
}
#menu_img {
width: 20px;
height: auto;
}