Skip to content

Commit

Permalink
Update globe menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Sep 14, 2023
1 parent 6bd0d98 commit 9750a2c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/containers/menus/globe-page-indicator/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
@import 'styles/settings';
@import 'styles/ui.module';

$container-width: 100px;
$container-width: 134px;
$box-shadow: 0px 4px 15px 0px rgba(255, 255, 255, 0.20);

.container {
bottom: 0;
display: flex;
justify-content: space-around;
right: calc(50% - $container-width/2);
height: 34px;
height: 45px;
position: absolute;
width: $container-width;

Expand All @@ -19,8 +20,9 @@ $container-width: 100px;
border-radius: 50%;
display: flex;
justify-content: center;
height: 27px;
width: 27px;
height: 34px;
width: 34px;
box-shadow: $box-shadow;
}

.globeHidden {
Expand All @@ -30,12 +32,13 @@ $container-width: 100px;
border-radius: 50%;
display: flex;
justify-content: center;
height: 27px;
width: 27px;
height: 34px;
width: 34px;
box-shadow: $box-shadow;
}

.globeImage {
height: 20px;
width: 20px;
height: 32px;
width: 32px;
}
}

0 comments on commit 9750a2c

Please sign in to comment.