mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
Build 29033878
This commit is contained in:
parent
a2db3004ef
commit
20534eaa8f
13 changed files with 30 additions and 24 deletions
|
@ -55,15 +55,16 @@ body {
|
|||
|
||||
#score {
|
||||
right: 0;
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
transition: color 0.3s;
|
||||
&.active {
|
||||
color: gold;
|
||||
transition: color 0.01s;
|
||||
}
|
||||
}
|
||||
|
||||
#menu {
|
||||
left: 0;
|
||||
@media screen and (orientation: portrait) {
|
||||
& > span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popup {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue