mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 14:16:47 -04:00
Tweak scoring display.
This commit is contained in:
@@ -98,16 +98,29 @@ html {
|
||||
}
|
||||
.score-fields {
|
||||
float: left;
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
line-height: 29px;
|
||||
text-align: center;
|
||||
display: table;
|
||||
font-size: 23px;
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
font-family: "FuturaLTBold";
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
.score-fields-icons {
|
||||
line-height: 99px;
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
}
|
||||
.score-fields-icons span {
|
||||
display: inline-block;
|
||||
line-height: 33px;
|
||||
}
|
||||
.score-fields-text {
|
||||
width: 19px;
|
||||
}
|
||||
.score-fields-text span {
|
||||
display: inline-block;
|
||||
line-height: 34px;
|
||||
padding: 0;
|
||||
}
|
||||
#logo {
|
||||
position: relative;
|
||||
top: 30px;
|
||||
|
||||
Reference in New Issue
Block a user