We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00298f commit 5b31f94Copy full SHA for 5b31f94
src/shared/components/Dashboard/Challenges/styles.scss
@@ -131,7 +131,7 @@ $dashboard-dark-bg: #2a2a2a;
131
132
.header {
133
padding: 19px 0;
134
-
+
135
.title {
136
color: #2a2a2a;
137
}
@@ -152,6 +152,7 @@ $dashboard-dark-bg: #2a2a2a;
152
border-radius: 0;
153
154
155
+ // eslint-disable-next-line no-descending-specificity
156
.row {
157
background-color: #fff;
158
border: 1px solid #d4d4d4;
@@ -161,4 +162,4 @@ $dashboard-dark-bg: #2a2a2a;
161
162
padding: 11px 15px;
163
164
-}
165
+}
0 commit comments