We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0405e commit 4fa0e41Copy full SHA for 4fa0e41
2 files changed
hypha/static_src/src/sass/apply/components/_link.scss
@@ -261,6 +261,12 @@
261
}
262
263
264
+ &--withdraw-submission {
265
+ margin-right: 1rem;
266
+ padding-right: 1rem;
267
+ font-weight: $weight--bold;
268
+ }
269
+
270
&--toggle-reviewers {
271
display: block;
272
margin: 0 10px 30px;
hypha/static_src/src/sass/apply/custom/_custom.scss
@@ -1,5 +1 @@
1
-.link--withdraw-submission {
2
- margin-right: 1rem;
3
- padding-right: 1rem;
4
- font-weight: 700;
5
-}
+// stylelint-disable no-empty-source
0 commit comments