Globe: Fix bottom when cut

This commit is contained in:
2020-04-21 14:41:26 +02:00
parent 11c95ce4f2
commit faf0c3c96b
5 changed files with 18 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
// Colors
$color-primary: #3C0576;
$color-primary-darker: #2D0458;
$color-secondary: #FF6C89;
$color-secondary-bright: #FF0536;
$color-text: #333;
@@ -9,16 +10,8 @@ $color-gray: #666;
$color-lightgray: #999;
// CSS Variables
:root {
// Colors
--color-primary: #{$color-primary};
--color-secondary: #{$color-secondary};
--color-text: #{$color-text};
--color-tertiary: #{$color-tertiary};
--color-lightpurple: #{$color-lightpurple};
--color-gray: #{$color-gray};
--color-lightgray: #{$color-lightgray};
}
// :root {
// }
/* Fonts

View File

@@ -1,6 +1,7 @@
// Main page
.housesof {
position: absolute;
z-index: 120;
top: 0;
left: 0;
width: 100%;

View File

@@ -46,6 +46,8 @@
** Markers
*/
&__markers {
z-index: 210;
// When dragging
&.is-grabbing {
cursor: grabbing;

View File

@@ -2,7 +2,7 @@
FOOTER
========================================================================== */
.footer {
background-color: #2D0458;
background-color: $color-primary-darker;
.wrap {
display: block;