reglage css
This commit is contained in:
parent
5f07c26693
commit
270bbfceb4
|
@ -123,10 +123,23 @@ border-width: 1px;
|
||||||
height:20px;
|
height:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* MENU */
|
/* MENU */
|
||||||
|
#menu {
|
||||||
|
height:50px;
|
||||||
|
padding: 0px 0px 0px 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu .navbar-logo {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
#menu {
|
#menu {
|
||||||
display:flex !important;
|
display:flex !important;
|
||||||
|
height: auto;
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-logo {
|
.navbar-logo {
|
||||||
|
|
|
@ -197,23 +197,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./containers/hydra-dispatcher/hydra:/var/www/config/hydra:ro
|
- ./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
|
# Service fake smtp = optionnel
|
||||||
mailer:
|
mailer:
|
||||||
image: schickling/mailcatcher
|
image: schickling/mailcatcher
|
||||||
|
|
Loading…
Reference in New Issue