You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
443 B
30 lines
443 B
body {
|
|
font-size: .875rem;
|
|
}
|
|
|
|
.sidebar {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
padding: 48px 0 0;
|
|
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
.sidebar .nav-link {
|
|
font-weight: 500;
|
|
color: #adb5bd;
|
|
}
|
|
|
|
.sidebar .nav-link.active {
|
|
color: #fff;
|
|
}
|
|
|
|
.sidebar .nav-link:hover {
|
|
color: rgba(255, 255, 255, .75);
|
|
}
|
|
|
|
main {
|
|
padding-top: 1.5rem;
|
|
} |