1
0

/admin/ highscores

This commit is contained in:
2018-01-26 23:52:55 +01:00
parent 82bb16be57
commit e1fec28368
14 changed files with 295 additions and 106 deletions

View File

@@ -132,24 +132,55 @@ body {
border: 1px solid #000;
margin: 5px 0;
&:hover {
cursor: pointer;
background-color: #555;
}
svg {
width: 14pt;
height: 14pt;
margin: 0 4px;
fill: $COL_TEXT_NORMAL;
}
span {
flex-grow: 1;
text-align: center;
font-size: 14pt;
}
}
.iconbutton:hover {
cursor: pointer;
background-color: #555;
}
.iconbutton_light {
display: flex;
justify-content: center;
align-items: center;
.iconbutton svg {
width: 14pt;
height: 14pt;
margin: 0 4px;
background: #888;
color: $COL_TEXT_DARK_DARKER;
text-decoration: none;
border: 1px solid #000;
fill: $COL_TEXT_NORMAL;
}
margin: 5px 0;
.iconbutton span {
flex-grow: 1;
text-align: center;
&:hover {
cursor: pointer;
background-color: #555;
}
svg {
width: 14pt;
height: 14pt;
margin: 0 4px;
fill: #000;
}
span {
flex-grow: 1;
text-align: center;
font-size: 14pt;
}
font-size: 14pt;
}