reformatted: added new line breaks to the game.css
All checks were successful
default-pipeline default-pipeline #127
All checks were successful
default-pipeline default-pipeline #127
This commit is contained in:
parent
5c8f3d6fb9
commit
3d52c967b6
@ -153,21 +153,26 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation .navigationItem {
|
#navigation .navigationItem {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
opacity: 70%;
|
opacity: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation .navigationItem:hover {
|
#navigation .navigationItem:hover {
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation span {
|
#navigation span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation .circleBackground {
|
#navigation .circleBackground {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 50%;
|
opacity: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation .navigationIcon {
|
#navigation .navigationIcon {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
height: 75%;
|
height: 75%;
|
||||||
|
Loading…
Reference in New Issue
Block a user