|
@@ -107,7 +107,7 @@ body {
|
|
|
}
|
|
|
|
|
|
/* line 89, ../sass/_page.scss */
|
|
|
-#statusLine, .noshrinkFlex, #roomExitsHolder {
|
|
|
+#statusLine, .noshrinkFlex, #sceneAnimation, #roomExitsHolder {
|
|
|
flex: 0 0 auto;
|
|
|
align-self: stretch;
|
|
|
height: auto;
|
|
@@ -268,14 +268,31 @@ body {
|
|
|
padding: 0.8rem;
|
|
|
}
|
|
|
|
|
|
-/* line 226, ../sass/_page.scss */
|
|
|
-#roomExitsHolder {
|
|
|
+/* line 225, ../sass/_page.scss */
|
|
|
+#sceneAnimation {
|
|
|
+ height: 200px;
|
|
|
+ position: relative;
|
|
|
background: linear-gradient(to top left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.06) 100%);
|
|
|
+}
|
|
|
+
|
|
|
+/* line 233, ../sass/_page.scss */
|
|
|
+.sceneAnimation {
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ height: 200px;
|
|
|
+ width: 200px;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -100px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 243, ../sass/_page.scss */
|
|
|
+#roomExitsHolder {
|
|
|
+ background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.06) 100%);
|
|
|
padding: 2ex;
|
|
|
padding-top: 0px;
|
|
|
}
|
|
|
|
|
|
-/* line 233, ../sass/_page.scss */
|
|
|
+/* line 250, ../sass/_page.scss */
|
|
|
#exitsTab {
|
|
|
overflow: hidden;
|
|
|
background-color: rgba(0, 0, 0, 0.03);
|