File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
components/src/navigation Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 ;
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 : 8 px ;
69+ margin-left : 12 px ;
6770
6871 .link {
6972 @include link ;
7376
7477 .nav-divider {
7578 position : absolute ;
76- top : -6 px ;
77- left : 8 px ;
79+ top : 0 ;
80+ left : 24 px ;
7881 margin : 0 ;
7982 height : 1px ;
8083 width : 16px ;
You can’t perform that action at this time.
0 commit comments