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