Skip to content

Commit 2751bcd

Browse files
Merge remote-tracking branch 'origin/main' into explorer-subpath-support
2 parents bb7ba1a + 90b7cba commit 2751bcd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

projects/common/src/color/color.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const enum Color {
22
Blue2 = '#b8d3ff',
33
Blue3 = '#70a7ff',
44
Blue4 = '#2478ff',
5+
Blue6 = '#0043ad',
56
Blue5 = '#0053d7',
67
Blue7 = '#003385',
78
BlueGray1 = '#70a7ff',

projects/components/src/navigation/navigation-list.component.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
position: relative;
66
display: flex;
77
flex-direction: column;
8-
padding: 18px 12px;
98

109
height: 100%;
1110
width: 100%;
1211
justify-content: space-between;
1312

1413
.content {
14+
overflow-y: auto;
15+
padding: 18px 12px;
16+
1517
.nav-header {
1618
padding-top: 24px;
1719
padding-left: 14px;
@@ -59,11 +61,12 @@
5961
position: relative;
6062
margin-left: 6px;
6163
color: $gray-5;
64+
padding: 8px 12px 18px;
6265

6366
.footer-item {
6467
display: flex;
6568
align-items: center;
66-
margin-left: 8px;
69+
margin-left: 12px;
6770

6871
.link {
6972
@include link;
@@ -73,8 +76,8 @@
7376

7477
.nav-divider {
7578
position: absolute;
76-
top: -6px;
77-
left: 8px;
79+
top: 0;
80+
left: 24px;
7881
margin: 0;
7982
height: 1px;
8083
width: 16px;

0 commit comments

Comments
 (0)