Skip to content

Commit 6a4ea1c

Browse files
committed
Remove comments
1 parent 2c9642f commit 6a4ea1c

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

packages/scrollycoding/src/index.scss

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,10 @@
3838
}
3939

4040
.ch-hike-step-content {
41-
// background: linear-gradient(
42-
// 45deg,
43-
// rgba(0, 161, 151, 0) -20px,
44-
// rgba(86, 177, 152, 0.69) 100%
45-
// );
46-
// background-color: #f5f7fa;
4741
border-radius: 8px;
4842
margin: 0 -1.5rem 0 -2rem;
4943
padding: 1rem 1.5rem 1rem 2rem;
5044
border: 1.5px solid transparent;
51-
// border-left: 4px solid transparent;
52-
// outline: 2px solid green;
53-
}
5445

5546
.ch-hike-step-content > :first-child {
5647
margin-top: 0;
@@ -80,7 +71,6 @@
8071
50vh - var(--sticker-height) / 2 +
8172
var(--page-header-height) / 2
8273
);
83-
// height: var(--sticker-height);
8474
margin: 0 0 0 15px;
8575
display: flex;
8676
flex-flow: column;
@@ -118,46 +108,5 @@
118108
margin: 0 auto;
119109
}
120110

121-
// @media (max-width: 920px), (print) {
122-
// .ch-hike {
123-
// margin: 0;
124-
// }
125-
126-
// .ch-hike-sticker-column {
127-
// display: none;
128-
// }
129-
// .ch-hike-content {
130-
// width: 100%;
131-
// padding-right: 0;
132-
// margin: 0;
133-
// }
134-
135-
// .ch-hike-step-gap {
136-
// display: none;
137-
// }
138-
// .ch-hike-step-code {
139-
// display: block;
140-
// height: 300px;
141-
// margin: 30px 0;
142-
// }
143-
// .ch-hike-step-preview {
144-
// display: block;
145-
// height: 200px;
146-
// margin: 30px 0;
147-
// }
148-
149-
// .ch-hike-step {
150-
// display: block;
151-
// min-height: unset;
152-
// margin: 0;
153-
// }
154-
155-
// .ch-hike-step-content {
156-
// margin: 0;
157-
// padding: 0;
158-
// border: none;
159-
// }
160-
// }
161111

162112
@import "focus.scss";
163-
// @import "focus-b.scss";

0 commit comments

Comments
 (0)