Skip to content
Snippets Groups Projects
Commit 6070ac32 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch '182-responsive-structure-select' into 'dev'

Draft: Resolve "Gestion améliorée de l'affichage pour petits écrans (a valider avec Louise)."

See merge request !454
parents dbdea44b 63854835
Branches
Tags
2 merge requests!462V2.1.2,!454Resolve "Gestion améliorée de l'affichage pour petits écrans (a valider avec Louise)."
......@@ -6,7 +6,7 @@
display: flex;
justify-content: center;
gap: 1rem;
padding: 20px 0;
padding: 16px 0;
}
.btn-primary {
......
<div fxLayout="column">
<h2>Dans quelle structure travaillez-vous ?</h2>
<h2 class="title">Dans quelle structure travaillez-vous ?</h2>
<div class="search-structure">
<div fxLayout="row" fxLayoutAlign="space-between" class="form-input search">
<div class="form-input search">
<input
type="text"
id="structureName"
......
......@@ -13,10 +13,11 @@ h2 {
}
.search {
display: flex;
justify-content: space-between;
width: 380px;
border-radius: 20px;
padding: 0px 0px 0px 8px;
margin: 4px 0px;
.search-input {
height: 34px;
......@@ -33,10 +34,11 @@ h2 {
}
.scroll {
box-sizing: border-box;
height: 50vh;
overflow-y: scroll;
border: 1px solid $grey-6;
margin: 16px 0px -1px 0px;
margin: 16px 0px 0px 0px;
}
.nb {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment