File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
projects/components/src/navigation Expand file tree Collapse file tree 1 file changed +7
-5
lines changed 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 ;
13- overflow-y : auto ;
1412
1513 .content {
14+ overflow-y : auto ;
15+ padding : 18px 12px ;
16+
1617 .nav-header {
1718 padding-top : 24px ;
1819 padding-left : 14px ;
6061 position : relative ;
6162 margin-left : 6px ;
6263 color : $gray-5 ;
64+ padding : 8px 12px 18px ;
6365
6466 .footer-item {
6567 display : flex ;
6668 align-items : center ;
67- margin-left : 8 px ;
69+ margin-left : 12 px ;
6870
6971 .link {
7072 @include link ;
7476
7577 .nav-divider {
7678 position : absolute ;
77- top : -6 px ;
78- left : 8 px ;
79+ top : 0 ;
80+ left : 24 px ;
7981 margin : 0 ;
8082 height : 1px ;
8183 width : 16px ;
You can’t perform that action at this time.
0 commit comments