Skip to content

Commit fe61181

Browse files
committed
fix: lint in css
1 parent 5d683a4 commit fe61181

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/shared/components/SubmissionManagement/DownloadArtifactsModal/style.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,24 @@
99

1010
.content-wrapper {
1111
min-height: 350px;
12+
1213
.modal-header {
1314
display: flex;
1415
justify-content: space-between;
1516
padding-bottom: 25px;
1617
padding-left: 25px;
1718
padding-right: 25px;
18-
19+
1920
.modal-title {
2021
@include barlow-medium;
21-
22+
2223
font-weight: 600;
2324
color: #2a2a2a;
2425
font-size: 18px;
2526
line-height: 22px;
2627
text-transform: uppercase;
2728
}
28-
29+
2930
.icon {
3031
cursor: pointer;
3132
margin-top: 5px;
@@ -105,6 +106,7 @@
105106
padding-left: 0;
106107
padding-right: 0;
107108
border-radius: 8px;
109+
108110
.hr {
109111
width: 100%;
110112
margin: 0;

src/shared/components/SubmissionManagement/RatingsListModal/styles.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
padding-bottom: 25px;
1313
padding-left: 25px;
1414
padding-right: 25px;
15-
15+
1616
.modal-title {
1717
@include barlow-medium;
18-
18+
1919
font-weight: 600;
2020
color: #2a2a2a;
2121
font-size: 18px;
2222
line-height: 22px;
2323
text-transform: uppercase;
2424
}
25-
25+
2626
.icon {
2727
cursor: pointer;
2828
margin-top: 5px;

src/shared/components/challenge-detail/MySubmissions/SubmissionsList/styles.scss

-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ button.is-highlight {
502502
}
503503
}
504504

505-
506505
.tooltip-content {
507506
background: $tc-black;
508507
color: $tc-white;

0 commit comments

Comments
 (0)