made text in title zone clickable & fix langs btns

This commit is contained in:
Julien Constant 2023-03-12 03:27:22 +01:00
parent 82207aa816
commit d8341cdbbe
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7
2 changed files with 9 additions and 3 deletions

View File

@ -28,6 +28,10 @@
flex-direction: row;
gap: 10px;
&:hover > a {
color: #aaa;
}
@media (max-width: 607px) {
width: 100%;
justify-content: center;
@ -84,13 +88,15 @@
> input[type=submit] {
border-radius: 0;
z-index: 10;
margin: 0;
box-sizing: border-box;
background-color: #354a5f;
width: 45px;
height: 25px;
padding: 0;
color: white;
font-weight: normal;
line-height: 1.3em;
&:hover {
background-color: #283747;

View File

@ -43,10 +43,10 @@
<a class="header-logo-picture" href="{{ url('core:index') }}" style="background-image: url('{{ static('core/img/logo_no_text.png') }}')">
&nbsp;
</a>
<div class="header-logo-text">
<a class="header-logo-text" href="{{ url('core:index') }}">
<span>Association des Étudiants</span>
<span>de l'Université de Technologie de Belfort-Montbéliard</span>
</div>
</a>
</div>
{% if not user.is_authenticated %}
<div class="header-disconnected">