aggiunto css mancante dall'ultimo commit...

This commit is contained in:
Luca Trupiano 2023-02-06 12:00:12 +01:00
parent 8235b9e1fc
commit c29bb1f272
1 changed files with 6 additions and 3 deletions

View File

@ -2,10 +2,11 @@
html, html,
body { body {
height: 100%; height: 100%;
background-color: #eaeae6 !important;
} }
body { body {
padding-top: 62px; padding-top: 61px;
} }
.menuNavigazione { .menuNavigazione {
@ -13,7 +14,7 @@ body {
} }
.minimap { .minimap {
width: 7%; width: 110px;
} }
.menuRicerca { .menuRicerca {
@ -252,6 +253,8 @@ a.text-lida4:hover, a.text-lida4:focus {
/*------------------------------------ /*------------------------------------
- Elements only - Elements only
#f8f9fa! important;
#eaeae6 !important;
------------------------------------*/ ------------------------------------*/
.text-lida10 { .text-lida10 {
color: #ccfb8c !important; color: #ccfb8c !important;
@ -275,7 +278,7 @@ a.text-lida4:hover, a.text-lida4:focus {
} }
.bg-lida-vis { .bg-lida-vis {
background-color: #eaeae6 !important; background-color: #f8f9fa! important;
} }