apinode
Version:
An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.
20 lines (19 loc) • 359 B
CSS
.sidebar-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
display: block;
}
.sidebar-nav ul a {
padding: 10px 20px;
font-size: 15px;
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
text-decoration: none;
background-color: #eee;
}
.sidebar-nav ul ul a {
padding-left: 37px;
}