[CSS] Fixed: User panel hr elements styling.

Este commit está contenido en:
Eliseu Amaro 2021-10-05 23:00:16 +01:00
padre 1d6b22551b
commit 31857e1eab
Se han modificado 4 ficheros con 1 adiciones y 15 borrados

Ver fichero

@ -282,7 +282,7 @@
color: #2e3440;
fill: #2e3440;
}
.accessibility-menu,
.set-border-accent {
border: 2px solid #2e3440;

Ver fichero

@ -6,10 +6,6 @@
}
.section-settings hr {
all: unset;
display: block;
height: 1px;
background-image: linear-gradient(to right, currentColor, transparent 90%);
margin-top: 0.6rem;
margin-bottom: 0.6rem;
}
@ -31,14 +27,6 @@
box-sizing: border-box;
}
.form .separator {
all: unset;
display: flex;
width: 2px;
background-image: linear-gradient(to bottom, currentColor, transparent 90%);
margin-right: 0.6rem;
}
.form form {
width: 100%;
}

Ver fichero

@ -1,6 +1,5 @@
{% block form_account %}
<div class='form'>
<div class="separator"></div>
{{ form(acc) }}
</div>
{% endblock %}

Ver fichero

@ -1,6 +1,5 @@
{% block form_profile %}
<div class='form'>
<div class="separator"></div>
{{ form(prof) }}
</div>
{% endblock %}