|
@@ -290,13 +290,6 @@
|
|
flex: 3;
|
|
flex: 3;
|
|
}
|
|
}
|
|
|
|
|
|
-.game-panel__spacer {
|
|
|
|
- width: 100%;
|
|
|
|
- margin-top: -2px;
|
|
|
|
- height: 2px;
|
|
|
|
- background-color: black;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.guess-pane {
|
|
.guess-pane {
|
|
height: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -325,14 +318,14 @@
|
|
margin: 2px;
|
|
margin: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 600px) {
|
|
|
|
|
|
+@media only screen and (min-width: 600px) and (min-height: 600px) {
|
|
.game-panel {
|
|
.game-panel {
|
|
display: block;
|
|
display: block;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
.game-panel {
|
|
.game-panel {
|
|
- margin-bottom: 0px;
|
|
|
|
|
|
+ margin-bottom: 2px;
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -344,10 +337,19 @@
|
|
width: 200px;
|
|
width: 200px;
|
|
flex-flow: column-reverse nowrap;
|
|
flex-flow: column-reverse nowrap;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
- opacity: .5;
|
|
|
|
|
|
+ opacity: .75;
|
|
|
|
+ transition: 1s;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .guess-pane__map {
|
|
|
|
+ opacity: .75;
|
|
transition: 1s;
|
|
transition: 1s;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .guess-pane__map:hover {
|
|
|
|
+ opacity: 1;
|
|
|
|
+ }
|
|
|
|
+
|
|
.guess-pane__timer-submit-wrapper {
|
|
.guess-pane__timer-submit-wrapper {
|
|
flex-flow: column-reverse nowrap;
|
|
flex-flow: column-reverse nowrap;
|
|
}
|
|
}
|
|
@@ -371,22 +373,20 @@
|
|
transition: 0.5s;
|
|
transition: 0.5s;
|
|
}
|
|
}
|
|
|
|
|
|
- .game-panel__spacer {
|
|
|
|
- height: 0px;
|
|
|
|
- width: 0px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.guess-pane__timer-submit-wrapper {
|
|
.guess-pane__timer-submit-wrapper {
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.guess-pane__submit {
|
|
.guess-pane__submit {
|
|
- margin: 5px;
|
|
|
|
|
|
+ margin: 0px;
|
|
|
|
+ margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.timer {
|
|
.timer {
|
|
|
|
+ background-color: #333;
|
|
|
|
+ padding: 1px;
|
|
display: inline;
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
|