Ajustes para Simplifique

This commit is contained in:
Luis Eduardo Estevao
2026-01-12 16:15:55 -03:00
parent ed4a1cdf1e
commit 6d66d456ab
17 changed files with 345 additions and 473 deletions

View File

@@ -1,5 +1,5 @@
.logo {
background-image: url("../../../../assets/img/logo.svg");
background-image: url("../../../../assets/img/logo_simplifique.png");
background-position: center;
cursor: pointer;
width: 100%;
@@ -11,11 +11,11 @@
background-size: cover;
}
#menu-vertical{
position:fixed;
z-index:999;
overflow:hidden;
padding:6px;
#menu-vertical {
position: fixed;
z-index: 999;
overflow: hidden;
padding: 6px;
height: 100vh;
}
@@ -57,14 +57,14 @@ li a {
margin-left: 250px;
}
.offcanvas-backdrop::before{
.offcanvas-backdrop::before {
display: none;
}
.sidebar-nav{
.sidebar-nav {
transform: none;
visibility: visible !important;
top: 56px;
height: calc(100% - 56px);
}
}
}