Nicer register_button
This commit is contained in:
@@ -10,6 +10,18 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.register_link {
|
||||||
|
color:#d3d3d3;
|
||||||
|
background-color: #2e2e2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.register_button {
|
||||||
|
color:#d3d3d3;
|
||||||
|
background-color: #2e2e2e;
|
||||||
|
border-radius: 5px;
|
||||||
|
border:none;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{% block title %}{% endblock %}</title>
|
<title>{% block title %}{% endblock %}</title>
|
||||||
<link rel="stylesheet" href="{% static 'accounts/css/base.css' %}">
|
<link rel="stylesheet" href="{% static 'accounts/css/base.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'accounts/css/login.css' %}">
|
|
||||||
<link rel="stylesheet" href="{% block stylesheet_path %}{% endblock %}">
|
<link rel="stylesheet" href="{% block stylesheet_path %}{% endblock %}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -14,6 +14,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<button type="submit" class="login-button">LOG IN</button>
|
<button type="submit" class="login-button">LOG IN</button>
|
||||||
</form>
|
</form>
|
||||||
<button><a href="{% url 'register' %}">Registrierung</a></button>
|
<button class="register_button"><a href="{% url 'register' %}" class="register_link">Noch kein Konto?</a></button>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user