Skip to content

Commit e0c2607

Browse files
committed
2 parents 56dada4 + 25b3071 commit e0c2607

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

dist/dev/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/AccountMenu/styles.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
.left-content {
152152
display: flex;
153153
align-items: center;
154+
margin-bottom: 2px;
154155

155156
img {
156157
border: 3px solid $gray-15;
@@ -161,6 +162,7 @@
161162
.handle-container {
162163
display: flex;
163164
flex-direction: column;
165+
padding-top: 15px;
164166
}
165167

166168
.handle {

src/components/TopNav/MobileSubNav.module.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
@import "../../assets/sass/_global/utils";
33

44
.mobileSubNav {
5-
position: absolute;
65
width: 100%;
76
height: 60px;
87
left: 0;
@@ -38,7 +37,7 @@
3837
cursor: pointer;
3938

4039
span {
41-
@include Barlow-Condensed-SemiBold;
40+
@include Roboto-Regular;
4241
color: $white;
4342
font-size: 28px;
4443
line-height: 40px;
@@ -55,6 +54,9 @@
5554
padding: $base-unit * 3 $base-unit * 4;
5655
background: $teal;
5756
border-top: 1px solid $teal-light;
57+
width: 100%;
58+
z-index: 999;
59+
position: absolute;
5860

5961
.mobileSubNavChild {
6062
color: $white;

0 commit comments

Comments
 (0)