This commit is contained in:
Ludovic Stephan 2020-07-20 11:34:28 +02:00
parent aa2f691f1e
commit e64f405299
5 changed files with 13 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -21,6 +21,7 @@ a {
#search-bar { #search-bar {
background-color: $primary_color; background-color: $primary_color;
padding: 0 1em; padding: 0 1em;
margin-bottom: 0;
// Workaround : `justify-content : <left/right>` pas encore supporté // Workaround : `justify-content : <left/right>` pas encore supporté
// Voir https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content // Voir https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
@ -31,6 +32,10 @@ a {
& :last-child { & :last-child {
flex-direction: row-reverse; flex-direction: row-reverse;
} }
input {
border-radius: 0;
}
} }
/* Autocomplétion du BDS */ /* Autocomplétion du BDS */
@ -50,6 +55,10 @@ a {
height: 2em; height: 2em;
line-height: 2em; line-height: 2em;
padding: 0; padding: 0;
a {
color: inherit;
}
} }
li.hilight { li.hilight {
@ -58,10 +67,6 @@ a {
} }
} }
.yourlabs-autocomplete ul li a {
color: inherit;
}
.autocomplete-item { .autocomplete-item {
display: block; display: block;
width: 480px; width: 480px;

View file

@ -1,7 +1,7 @@
{% extends "bds/base_layout.html" %} {% extends "bds/base_layout.html" %}
{% block content %} {% block content %}
<div style="width: 60%; margin: auto; padding-top: 2em;"> <div class="container">
Bienvenue sur GestioBDS&#8239;! Bienvenue sur GestioBDS&#8239;!
<br> <br>

View file

@ -3,7 +3,7 @@
<nav id="search-bar" class="level"> <nav id="search-bar" class="level">
<div class="level-item"> <div class="level-item">
<figure class="image is-64x64 is-pulled-left"> <figure class="image is-64x64">
<a href="{% url "bds:home" %}"> <a href="{% url "bds:home" %}">
<img src="{% static "bds/images/logo_square.svg" %}" alt="bds-logo"> <img src="{% static "bds/images/logo_square.svg" %}" alt="bds-logo">
</a> </a>