Changed success box styling

This commit is contained in:
2019-07-04 23:10:35 +01:00
parent 72ae7c3835
commit dfb4a7a761

View File

@@ -11,7 +11,7 @@
<div class="col-md-8"> <div class="col-md-8">
<p><p>You have been entered into the competition to brew a <strong>{{ brew_name }}</strong>, which will be judged at the meeting in <strong>{{ brew_month }}</strong>.</p> <p><p>You have been entered into the competition to brew a <strong>{{ brew_name }}</strong>, which will be judged at the meeting in <strong>{{ brew_month }}</strong>.</p>
<br/> <br/>
<p class="bg-success lead text-center" style="padding: 10px 10px 10px 10px">Please mark all of your bottlecaps with the following identifier: <strong>{{ identifier }}</strong></p> <div class="alert alert-success lead" role="alert">Please mark all of your bottlecaps with the following identifier: <strong>{{ identifier }}</strong></div>
</div> </div>
</div> </div>