Move some utility classes into a shared location
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user