diff --git a/front/salix/components/home/home.html b/front/salix/components/home/home.html index cfc59bdc4..fa9cd9d67 100644 --- a/front/salix/components/home/home.html +++ b/front/salix/components/home/home.html @@ -1,22 +1,22 @@
diff --git a/front/salix/components/home/style.scss b/front/salix/components/home/style.scss index 72322d0e0..cab44ea73 100644 --- a/front/salix/components/home/style.scss +++ b/front/salix/components/home/style.scss @@ -16,7 +16,7 @@ vn-home { flex-direction: row; justify-content: center; flex-wrap: wrap; - max-width: 40em; + max-width: 44em; margin: 0 auto; & > a { @@ -28,7 +28,7 @@ vn-home { display: flex; flex-direction: column; height: 8em; - width: 7em; + width: 8em; margin: .5em; padding: 1em; justify-content: center; @@ -49,13 +49,13 @@ vn-home { text-align: center; } & > h4 { + max-width: 7em; text-align: center; - font-size: 16pt; - text-overflow: ellipsis; - white-space: nowrap; + font-size: 13pt; overflow: hidden; color: inherit; margin: 0; + line-height: 1.5em; /* & > .bind-letter { color: #FD0; diff --git a/modules/invoiceOut/front/routes.json b/modules/invoiceOut/front/routes.json index dbaa4be29..eb278ebd8 100644 --- a/modules/invoiceOut/front/routes.json +++ b/modules/invoiceOut/front/routes.json @@ -1,7 +1,7 @@ { "module": "invoiceOut", "name": "Invoices out", - "icon": "icon-invoices1", + "icon": "icon-invoices", "validations" : true, "dependencies": ["worker", "client", "ticket"], "routes": [