|
@@ -264,13 +264,13 @@ body {
|
|
|
/* line 219, ../sass/_page.scss */
|
|
|
#rememberedRoomsTab, #mapTab {
|
|
|
overflow-y: auto;
|
|
|
- background: linear-gradient(to left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.06) 100%);
|
|
|
+ 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: 0.8rem;
|
|
|
}
|
|
|
|
|
|
/* line 226, ../sass/_page.scss */
|
|
|
#roomExitsHolder {
|
|
|
- background: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.06) 100%);
|
|
|
+ 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%);
|
|
|
padding: 2ex;
|
|
|
padding-top: 0px;
|
|
|
}
|