Ajustes para Simplifique
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user