Skip to content
Snippets Groups Projects

merge: check if user is connected

Merged MEKHININI ELIES requested to merge feature/62-not-logged-in-messages into develop
Compare and
2 files
+ 51
10
Preferences
Compare changes
Files
2
@@ -13,18 +13,41 @@
padding-bottom: 2vmin;
}
/* Liste */
/* List */
.container-mq .scrollable-list {
height: 45%;
width: 80%;
overflow-y: auto;
/* Ajoute une scrollbar verticale si nécessaire */
border: 4px solid #F3F3F3;
padding: 0;
border-radius: 10px;
background-color: #FFFFFF;
}
/* Login container*/
.container-mq .login-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 3vmin;
margin: 2vmin;
}
.container-mq .login-container p {
font-size: 3vmin;
font-weight: bold;
color: #2B73FE;
text-transform: uppercase;
}
.container-mq .login-container .blueButton {
width: 40%;
font-size: 3vmin;
text-transform: uppercase;
}
.container-mq .inputRecherche {
width: 80%;
}