Skip to content

Commit 9a8d287

Browse files
author
himaniraghav3
committed
chore(styles): linting fixes in scss files
apply consistent formatting and fix linting errors in all scss files to maintain code quality. no issue
1 parent e5cf98f commit 9a8d287

File tree

3 files changed

+53
-60
lines changed

3 files changed

+53
-60
lines changed

src/shared/components/challenge-listing/CopilotOpportunityCard/style.scss

Lines changed: 52 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ $status-radius-4: $corner-radius * 2;
134134
width: 30%;
135135

136136
&.completed {
137-
color: $tc-orange;
137+
color: $tc-orange;
138138
}
139139

140140
@include xs-to-md {
@@ -173,68 +173,64 @@ $status-radius-4: $corner-radius * 2;
173173
width: 40%;
174174

175175
@include xs-to-md {
176-
position: absolute;
177-
right: 0;
178-
top: 20px;
179-
margin-right: $challenge-space-20;
180-
margin-bottom: $challenge-space-20;
181-
}
182-
183-
@include xs-to-sm {
184-
position: relative;
185-
display: block;
186-
margin-top: $challenge-space-30;
187-
margin-bottom: $challenge-space-45;
188-
margin-left: $challenge-space-15;
189-
top: 0;
190-
}
191-
192-
@include md {
193-
right: 108px;
194-
}
195-
176+
position: absolute;
177+
right: 0;
178+
top: 20px;
179+
margin-right: $challenge-space-20;
180+
margin-bottom: $challenge-space-20;
181+
}
182+
183+
@include xs-to-sm {
184+
position: relative;
185+
display: block;
186+
margin-top: $challenge-space-30;
187+
margin-bottom: $challenge-space-45;
188+
margin-left: $challenge-space-15;
189+
top: 0;
190+
}
191+
192+
@include md {
193+
right: 108px;
194+
}
195+
196196
span {
197-
color: $tc-black;
198-
font-weight: 500;
199-
font-size: 14px;
200-
line-height: 16px;
201-
text-transform: capitalize;
202-
}
197+
color: $tc-black;
198+
font-weight: 500;
199+
font-size: 14px;
200+
line-height: 16px;
201+
text-transform: capitalize;
202+
}
203203
}
204204

205205
.numHours {
206-
207206
width: 30%;
208207

209208
@include xs-to-md {
210-
position: absolute;
211-
right: 0;
212-
top: 20px;
213-
margin-right: $challenge-space-20;
214-
margin-bottom: $challenge-space-20;
215-
}
216-
217-
@include xs-to-sm {
218-
position: relative;
219-
display: block;
220-
margin-top: $challenge-space-30;
221-
margin-bottom: $challenge-space-45;
222-
margin-left: $challenge-space-15;
223-
top: 0;
224-
}
225-
226-
@include md {
227-
right: 108px;
228-
}
229-
209+
position: absolute;
210+
right: 0;
211+
top: 20px;
212+
margin-right: $challenge-space-20;
213+
margin-bottom: $challenge-space-20;
214+
}
215+
216+
@include xs-to-sm {
217+
position: relative;
218+
display: block;
219+
margin-top: $challenge-space-30;
220+
margin-bottom: $challenge-space-45;
221+
margin-left: $challenge-space-15;
222+
top: 0;
223+
}
224+
225+
@include md {
226+
right: 108px;
227+
}
228+
230229
span {
231-
color: $tc-black;
232-
font-weight: 500;
233-
font-size: 14px;
234-
line-height: 16px;
235-
}
230+
color: $tc-black;
231+
font-weight: 500;
232+
font-size: 14px;
233+
line-height: 16px;
234+
}
236235
}
237-
238-
239236
}
240-

src/shared/components/challenge-listing/CopilotOpportunityHeader/style.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,4 @@ $challenge-space-30: $base-unit * 6;
8787
.numHours {
8888
width: 30%;
8989
}
90-
91-
9290
}
93-

src/shared/components/challenge-listing/Listing/CopilotOpportunityBucket/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
margin-left: 0;
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)