Skip to content

Commit 20d31c4

Browse files
committed
fix: styleling
1 parent 243db6d commit 20d31c4

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

src/containers/AsideNavigation/HelpCenter/HelpCenter.scss

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@
77

88
.help-center {
99
&__content {
10-
box-sizing: border-box;
11-
width: 280px;
1210
position: relative;
11+
1312
display: flex;
1413
flex-direction: column;
14+
15+
box-sizing: border-box;
16+
width: 280px;
1517
padding: var(--help-center-header-padding) 0 0 0;
1618
}
1719

1820
&__docs,
1921
&__footer {
20-
flex-shrink: 0;
2122
display: flex;
2223
flex-direction: column;
24+
flex-shrink: 0;
2325
}
2426

2527
&__docs {
@@ -28,43 +30,51 @@
2830

2931
&__footer {
3032
position: relative;
33+
34+
padding: 12px 0 8px;
35+
3136
border-top: 1px solid var(--g-color-line-generic);
3237
background-color: var(--g-color-base-generic);
33-
padding: 12px 0 8px;
3438
}
3539

3640
&__title {
37-
margin-bottom: 4px;
3841
flex-shrink: 0;
42+
43+
margin-bottom: 4px;
3944
padding: 4px var(--help-center-padding);
4045
}
4146

4247
&__docs-list-wrap {
4348
display: flex;
49+
flex-direction: column;
4450
flex-shrink: 0;
51+
4552
margin-bottom: 12px;
46-
flex-direction: column;
4753

4854
&:last-child {
4955
margin-bottom: 0;
5056
}
5157
}
5258

5359
&__item {
54-
min-height: 32px;
5560
display: flex;
61+
62+
min-height: 32px;
63+
5664
cursor: pointer;
5765
}
5866

5967
&__docs-link,
6068
&__contact-item {
61-
box-sizing: border-box;
62-
flex-grow: 1;
6369
display: flex;
64-
height: 100%;
65-
width: 100%;
70+
flex-grow: 1;
6671
align-items: center;
72+
73+
box-sizing: border-box;
74+
width: 100%;
75+
height: 100%;
6776
padding: 8px var(--help-center-padding);
77+
6878
line-height: var(--g-text-body-1-line-height);
6979
}
7080

@@ -76,8 +86,9 @@
7686
&:visited,
7787
&:focus {
7888
text-decoration: none;
79-
outline: none;
89+
8090
color: inherit;
91+
outline: none;
8192
}
8293
}
8394

0 commit comments

Comments
 (0)