[UI] Fixing login and register styling, refactoring

This commit is contained in:
rainydaysavings
2020-08-21 03:16:20 +01:00
committed by Hugo Sales
parent 99ac4dc2a3
commit fe0af2caed
3 changed files with 17 additions and 67 deletions

View File

@@ -2,7 +2,7 @@
{% block stylesheets %}
{{ parent() }}
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/register/register.css') }}">
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/login/login.css') }}">
{% endblock %}
{% block title %}Register{% endblock %}