reglage css

This commit is contained in:
Arnaud Fornerot 2022-08-29 12:09:22 +02:00
parent 5f07c26693
commit 270bbfceb4
2 changed files with 13 additions and 17 deletions

View File

@ -123,10 +123,23 @@ border-width: 1px;
height:20px;
}
/* MENU */
#menu {
height:50px;
padding: 0px 0px 0px 10px !important;
}
#menu .navbar-logo {
margin-right: 10px;
}
@media (max-width: 991px) {
#menu {
display:flex !important;
height: auto;
padding: 0px !important;
}
.navbar-logo {

View File

@ -197,23 +197,6 @@ services:
volumes:
- ./containers/hydra-dispatcher/hydra:/var/www/config/hydra:ro
hydra-passwordless:
image: cadoles/hydra-passwordless-v1
container_name: hydra-passwordless
environment:
- HTTP_BASE_URL=http://127.0.0.1:7082/
- SMTP_HOST=mailer
- SMTP_PORT=1025
- SMTP_SENDER_ADDRESS=noreply@hydra.local
- SMTP_SENDER_NAME="Authentification - Passwordless"
- HYDRA_BASE_URL=http://hydra-dispatcher
links:
- hydra
- hydra-dispatcher
- mailer
ports:
- 7082:3000
# Service fake smtp = optionnel
mailer:
image: schickling/mailcatcher