Move some utility classes into a shared location

This commit is contained in:
2018-10-12 20:00:55 -04:00
parent b0aea72c12
commit a784ddad4f
4 changed files with 16 additions and 11 deletions

View File

@ -7,8 +7,6 @@
{% block stylesheets %}
{{ block.super }}
<style>
.container { min-height: 60vh; }
.form-selector {
max-width: 50em;
margin: auto;
@ -50,11 +48,6 @@
display: block;
text-align: center;
}
.ojuso-red { color: #ea4639; }
.ojuso-green { color: #4ac95d; }
.ojuso-yellow { color: #f9db3c; }
.ojuso-blue { color: #008ad5; }
</style>
{% endblock %}