Skip to content

Commit 95356ed

Browse files
committed
fix: change logo
1 parent 9e7d3b1 commit 95356ed

File tree

4 files changed

+8
-33
lines changed

4 files changed

+8
-33
lines changed
Lines changed: 3 additions & 15 deletions
Loading

src/components/NotificationsDropdown/NotificationsMobilePage.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,11 @@
2525
overflow: hidden;
2626

2727
svg {
28-
margin-left: -4px;
29-
margin-top: -1px;
28+
margin-top: -8px;
3029
width: 60px;
3130

3231
path {
33-
fill: $tc-gray-10;
34-
35-
&:last-child {
36-
display: none;
37-
}
32+
fill: $tc-white;
3833
}
3934
}
4035
}

src/components/TopBar/SectionToolBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
width: 53px;
105105

106106
path {
107-
fill: $tc-gray-10;
107+
fill: $tc-white;
108108
}
109109
}
110110
}

src/components/TopBar/TopBarContainer.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,12 @@
6767
height: auto;
6868
width: 53px;
6969
@media screen and (max-width: $screen-md - 1px) {
70-
/* adjust so visible logo starts from the beginning of .logo */
71-
margin-left: -4px;
72-
margin-top: -1px;
73-
/* real visible logo is 53px when svg has width 60px */
70+
margin-top: -8px;
7471
width: 60px;
75-
76-
/* hide "connect" text under the logo */
77-
path:last-child {
78-
display: none;
79-
}
8072
}
8173

8274
path {
83-
fill: $tc-gray-10;
75+
fill: $tc-white;
8476
}
8577
}
8678
}

0 commit comments

Comments
 (0)