Lots of work on the side menu
This commit is contained in:
+33
-1
@@ -9,12 +9,17 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 200px;
|
||||
background: @grafanaPanelBackground;
|
||||
background: @bodyBackground;
|
||||
border-right: 2px solid black;
|
||||
min-height: 100%;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
.dashboard-notice {
|
||||
margin-left: 200px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.pro-main-view {
|
||||
padding-left: 200px;
|
||||
}
|
||||
@@ -24,6 +29,33 @@
|
||||
}
|
||||
}
|
||||
|
||||
.pro-sidemenu-items {
|
||||
}
|
||||
|
||||
.pro-sidemenu-link {
|
||||
font-size: 1.0rem;
|
||||
padding: 14px 10px 14px 20px;
|
||||
display: block;
|
||||
background: @grafanaPanelBackground;
|
||||
color: @grayLight;
|
||||
i {
|
||||
padding-right: 15px;
|
||||
}
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.pro-sidemenu-link:first-child {
|
||||
// border-top: 1px solid black;
|
||||
}
|
||||
|
||||
.pro-side-menu-user {
|
||||
padding-left: 5px;
|
||||
img {
|
||||
width: 49px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.login-box {
|
||||
width: 700px;
|
||||
margin: 100px auto 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user