Skip to content

Commit 37e3432

Browse files
removed unused css
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 3a4546f commit 37e3432

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/components/handbook-navigation/intra-page.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ const JoinCommunityWrapper = styled.div`
1717
display: flex;
1818
flex-direction: column;
1919
overflow: hidden;
20-
21-
.list {
22-
color: #000000;
23-
}
24-
.active {
25-
font-weight: 5000;
26-
color: #000000;
27-
}
28-
2920
ul {
3021
list-style: none;
3122
top: 3rem;
@@ -46,10 +37,6 @@ const JoinCommunityWrapper = styled.div`
4637
visibility: hidden;
4738
}
4839
}
49-
50-
.learn {
51-
width: 10rem;
52-
}
5340
`;
5441

5542
function IntraPage({ contents }) {

0 commit comments

Comments
 (0)