Docker and more calendar work
This commit is contained in:
parent
4527504c80
commit
f7a919ebf2
22 changed files with 2036 additions and 79 deletions
|
@ -84,6 +84,38 @@ html, body {
|
|||
border-left-color: #58a6ff;
|
||||
}
|
||||
|
||||
/* Section Headers in Sidebar */
|
||||
.sidebar-nav .section-header {
|
||||
padding: 12px 16px 4px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.sidebar-nav .section-header span {
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
color: #7d8590;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
/* Sub-items in Sidebar */
|
||||
.sidebar-nav .sub-item a {
|
||||
padding-left: 24px;
|
||||
font-size: 12px;
|
||||
color: #c9d1d9;
|
||||
}
|
||||
|
||||
.sidebar-nav .sub-item a:hover {
|
||||
background-color: #21262d;
|
||||
color: #f0f6fc;
|
||||
}
|
||||
|
||||
.sidebar-nav .sub-item a.active {
|
||||
background-color: #1f6feb;
|
||||
color: #ffffff;
|
||||
border-left-color: #58a6ff;
|
||||
}
|
||||
|
||||
/* Main Content Area */
|
||||
.main-area {
|
||||
flex: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue