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 5
5
position : relative ;
6
6
display : flex ;
7
7
flex-direction : column ;
8
- padding : 18px 12px ;
9
8
10
9
height : 100% ;
11
10
width : 100% ;
12
11
justify-content : space-between ;
13
- overflow-y : auto ;
14
12
15
13
.content {
14
+ overflow-y : auto ;
15
+ padding : 18px 12px ;
16
+
16
17
.nav-header {
17
18
padding-top : 24px ;
18
19
padding-left : 14px ;
60
61
position : relative ;
61
62
margin-left : 6px ;
62
63
color : $gray-5 ;
64
+ padding : 8px 12px 18px ;
63
65
64
66
.footer-item {
65
67
display : flex ;
66
68
align-items : center ;
67
- margin-left : 8 px ;
69
+ margin-left : 12 px ;
68
70
69
71
.link {
70
72
@include link ;
74
76
75
77
.nav-divider {
76
78
position : absolute ;
77
- top : -6 px ;
78
- left : 8 px ;
79
+ top : 0 ;
80
+ left : 24 px ;
79
81
margin : 0 ;
80
82
height : 1px ;
81
83
width : 16px ;
You can’t perform that action at this time.
0 commit comments