|
@@ -228,6 +228,9 @@ label[for="file"] {
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
} */
|
|
} */
|
|
|
|
|
|
|
|
+.menu-icon {
|
|
|
|
+ margin-left: 1.2rem;
|
|
|
|
+}
|
|
#sidebar-container {
|
|
#sidebar-container {
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
background-color: rgb(216, 215, 215);
|
|
background-color: rgb(216, 215, 215);
|
|
@@ -257,15 +260,23 @@ label[for="file"] {
|
|
}
|
|
}
|
|
|
|
|
|
#sidebar-container .sidebar-header {
|
|
#sidebar-container .sidebar-header {
|
|
- padding-top: 1rem;
|
|
|
|
- background-image: url('../imgs/logo2.png'), linear-gradient(white, white);
|
|
|
|
- width: 100%;
|
|
|
|
- height: 50px;
|
|
|
|
|
|
+ background-image: url('../imgs/sidebar_\ backbround.jpeg');
|
|
|
|
+ height: 65px;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
|
+ position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#sidebar-container .sidebar__company {
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 3px;
|
|
|
|
+ left: 0.5rem;
|
|
|
|
+ color: white;
|
|
|
|
+ font-size: 1.5rem;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
+}
|
|
/* ----------| Submenu item*/
|
|
/* ----------| Submenu item*/
|
|
|
|
|
|
#sidebar-container .list-group .list-group-item {
|
|
#sidebar-container .list-group .list-group-item {
|