Skip to content

Commit 4fa0e41

Browse files
committed
Move css from custom file.
1 parent 5d0405e commit 4fa0e41

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

hypha/static_src/src/sass/apply/components/_link.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@
261261
}
262262
}
263263

264+
&--withdraw-submission {
265+
margin-right: 1rem;
266+
padding-right: 1rem;
267+
font-weight: $weight--bold;
268+
}
269+
264270
&--toggle-reviewers {
265271
display: block;
266272
margin: 0 10px 30px;
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
.link--withdraw-submission {
2-
margin-right: 1rem;
3-
padding-right: 1rem;
4-
font-weight: 700;
5-
}
1+
// stylelint-disable no-empty-source

0 commit comments

Comments
 (0)