Skip to content

Commit 5b31f94

Browse files
committed
TOP-1390 fix lint errors
1 parent f00298f commit 5b31f94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/shared/components/Dashboard/Challenges/styles.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $dashboard-dark-bg: #2a2a2a;
131131

132132
.header {
133133
padding: 19px 0;
134-
134+
135135
.title {
136136
color: #2a2a2a;
137137
}
@@ -152,6 +152,7 @@ $dashboard-dark-bg: #2a2a2a;
152152
border-radius: 0;
153153
color: #2a2a2a;
154154

155+
// eslint-disable-next-line no-descending-specificity
155156
.row {
156157
background-color: #fff;
157158
border: 1px solid #d4d4d4;
@@ -161,4 +162,4 @@ $dashboard-dark-bg: #2a2a2a;
161162
padding: 11px 15px;
162163
}
163164
}
164-
}
165+
}

0 commit comments

Comments
 (0)