diff --git a/web/b3desk/static/css/global.css b/web/b3desk/static/css/global.css index ae87185..f682541 100644 --- a/web/b3desk/static/css/global.css +++ b/web/b3desk/static/css/global.css @@ -269,6 +269,11 @@ dialog.scampi-modal { border-bottom: 2px solid #9C9C9C; word-break: break-word; } + +.fr-modal__body code { + word-break: break-word; +} + button.btn-copy { height: 100%; } @@ -322,6 +327,16 @@ color: #000091; } .rf-col.bottom-align-container > button { bottom: calc(1.5rem/2); } + .lasuite-homepage__content .fr-grid-row { + flex-wrap: nowrap; + gap: 1rem; + } + .lasuite-homepage__content .lasuite-homepage__secondary-col { + margin: 0rem auto 2rem; + } + .fr-header__menu-links .lasuite-gaufre-btn { + display: none !important; + } } @media only screen and (max-width : 768px) { @@ -376,6 +391,13 @@ color: #000091; } .modal-body p, .modal-body label{ font-size:0.8em; } + .lasuite-homepage__content .fr-grid-row { + flex-wrap: wrap; + gap: 0rem; + } + .lasuite-homepage__content .lasuite-homepage__secondary-col { + margin: 2rem auto 2rem; + } } .rf-fi-refresh-fill::before { diff --git a/web/b3desk/templates/brand.html b/web/b3desk/templates/brand.html index d34bec9..40804d3 100644 --- a/web/b3desk/templates/brand.html +++ b/web/b3desk/templates/brand.html @@ -10,6 +10,15 @@ + {% if config.get("ENABLE_LASUITENUMERIQUE") %} + + {% endif %}