Fix icons
This commit is contained in:
parent
fe59869a1d
commit
093ca475d8
2 changed files with 6 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h2>{{ object.icon|remix }}{{ object }}</h2>
|
<h2>{{ object.icon|remix }}{{ object }}</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="{% url "edit_account" object.pk %}">{% translate "Edit account" %}</a>
|
<a href="{% url "edit_account" object.pk %}">{{ "edit"|remix }}{% translate "Edit account" %}</a>
|
||||||
</p>
|
</p>
|
||||||
<section>
|
<section>
|
||||||
<h3>{% translate "Statements" %}</h3>
|
<h3>{% translate "Statements" %}</h3>
|
||||||
|
|
|
@ -261,8 +261,12 @@ footer {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a &,
|
||||||
|
.wi &,
|
||||||
h2 & {
|
h2 & {
|
||||||
margin-right: 0.5em;
|
&:first-child::after {
|
||||||
|
content: "\2002";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -424,13 +428,6 @@ ul.statements {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
|
||||||
.wi {
|
|
||||||
& > span[class^="ri-"]:first-child::after {
|
|
||||||
content: "\2002";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.statement-details {
|
.statement-details {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue