Commit b6a73bb1 authored by Titia de Castro's avatar Titia de Castro

added styles to save announcement button

parent 44d17cc2
......@@ -13,7 +13,7 @@
{% csrf_token %}
{{ form.as_p }}
<button class="announcement-button save-button" type="submit">Save Announcement</button>
<button class="announcement-button back-button" type="button"><a href="/announcements">Back to Announcements</a></button>
<button class="announcement-button save-button" type="submit">Save Announcement</button>
</form>
{% endblock %}
\ No newline at end of file
......@@ -42,12 +42,15 @@
}
.save-button {
background-color: #11b272 !important;
color: white;
border: 1.5px solid #11b272;
margin-top: 32px;
margin-left: 24px;
}
.back-button {
margin-top: 32px;
margin-left: 24px;
}
.announcement-image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment