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