SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit aa6624a4 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Update text colors

parent 908aeb6a
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,10 @@ h6 ...@@ -37,6 +37,10 @@ h6
color: $scipost-darkblue; color: $scipost-darkblue;
} }
.text-underline {
text-decoration: underline;
}
.orange-underline { .orange-underline {
line-height: 1.3; line-height: 1.3;
border-bottom: 2px solid $scipost-orange; border-bottom: 2px solid $scipost-orange;
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
{{ form|bootstrap:'12,12' }} {{ form|bootstrap:'12,12' }}
<div class="anonymous-alert" style="display: none;"> <div class="anonymous-alert" style="display: none;">
<h3 class="anonymous-yes">Your Report will remain anonymous.</h3> <h3 class="anonymous-yes">Your Report will remain anonymous.</h3>
<h3 class="anonymous-no">Your Report will be signed. Thank you very much!</h3> <h3 class="anonymous-no"><span class="text-danger">Your Report will be <span class="text-underline">signed</span>.</span> Thank you very much!</h3>
</div> </div>
<p>Any fields with an asterisk (*) are required.</p> <p>Any fields with an asterisk (*) are required.</p>
<input class="btn btn-primary" type="submit" name="save_submit" value="Submit your report"/> <input class="btn btn-primary" type="submit" name="save_submit" value="Submit your report"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment