btn colors onversed
This commit is contained in:
parent
6e7ed2d159
commit
3772788ffe
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
.choice-btn {
|
.choice-btn {
|
||||||
min-width: 100px;
|
min-width: 110px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
background-color: #3C5480;
|
background-color: #3C5480;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<p>{% trans "I want to generate a new key pair" %}.</p>
|
<p>{% trans "I want to generate a new key pair" %}.</p>
|
||||||
<form class="text-right" action="" method="post">
|
<form class="text-right" action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit" class="btn choice-btn">
|
<button type="submit" class="btn choice-btn choice-btn-faded">
|
||||||
{% trans "Generate"%}
|
{% trans "Generate"%}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<h2>{% trans "Using existing key" %}</h2>
|
<h2>{% trans "Using existing key" %}</h2>
|
||||||
<p>{% trans "I want to use my existing public key"%}.</p>
|
<p>{% trans "I want to use my existing public key"%}.</p>
|
||||||
<form class="text-right" action="{% url 'hosting:create_ssh_key' %}">
|
<form class="text-right" action="{% url 'hosting:create_ssh_key' %}">
|
||||||
<button type="submit" class="btn choice-btn choice-btn-faded">
|
<button type="submit" class="btn choice-btn">
|
||||||
{% trans "Upload"%}
|
{% trans "Upload"%}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue