Skip to content

Commit e8cf924

Browse files
committed
comments cleaned up
1 parent 611610a commit e8cf924

File tree

5 files changed

+0
-31
lines changed

5 files changed

+0
-31
lines changed

src/assets/scss/components/roadmap.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
}
4242
}
4343

44-
.rdmap {
45-
margin: 10px 0;
46-
}
47-
4844
.roadmap-one {
4945
.btn-tabs {
5046

@@ -73,8 +69,6 @@
7369

7470
@media (max-width: 900px) {
7571
.roadmap-container {
76-
// display: flex;
77-
// justify-content: center;
7872
display: none;
7973
}
8074

@@ -86,7 +80,6 @@
8680
align-items: flex-start;
8781
display: flex;
8882
flex-direction: column;
89-
// margin-bottom: 32px;
9083
position: relative;
9184

9285
&::before {
@@ -105,15 +98,11 @@
10598
}
10699
}
107100

108-
// .roadmap-one {
109-
// flex-direction: column;
110-
111101
.btn-tabs {
112102
margin: 0.5rem;
113103
width: 200px;
114104
}
115105

116-
// }
117106
}
118107

119108
@media (max-width: 600px) {

src/assets/scss/components/search.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
padding: 0px 10px;
88
padding-left: 0px;
99
position: relative;
10-
// width: 290px;
1110

1211
.dropdown-container {
1312
.btn {
@@ -27,7 +26,6 @@
2726
border: 0px;
2827
outline: none;
2928
padding: 0.3rem;
30-
// width: 147px;
3129
}
3230
}
3331

@@ -83,7 +81,6 @@
8381
min-width: 2rem;
8482
outline: none;
8583
padding: 0.3rem;
86-
// width: 147px;
8784
}
8885
}
8986
}

src/assets/scss/components/storiesList.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
display: flex;
3333
}
3434

35-
// &-subcontent {
36-
// margin: 0 16px;
37-
// // min-width: 105px;
38-
// }
39-
4035
.category-text {
4136
color: $hyper-link-color;
4237
font-weight: bold;
@@ -90,13 +85,6 @@
9085
}
9186
}
9287

93-
// @media only screen and (max-width: 768px) {
94-
// .stories-content {
95-
// max-width: 60%;
96-
// width: 60%;
97-
// }
98-
// }
99-
10088
@media only screen and (max-width: 450px) {
10189
.story-small-details {
10290
align-items: flex-start;

src/assets/scss/components/timeline.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.status-wrapper {
2-
// max-height: 80px;
32
overflow: hidden;
43
position: relative;
54
z-index: 10;

src/assets/scss/pages/home.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ $subheader-font-size: 18px;
3333
padding: 8px;
3434
}
3535

36-
// .link-default {
37-
// padding-left: 0.5em;
38-
// }
39-
4036
@media (max-width: 900px) {
4137
.product-introduction {
4238
display: block;

0 commit comments

Comments
 (0)