@5minds/node-red-dashboard-2-processcube-ui-page-navigation
Version:
A node to handle the navigation between pages in the Node-RED Dashboard
45 lines (36 loc) • 549 B
CSS
.ui-page-navigation-wrapper {
padding: 10px;
margin: 10px;
border: 1px solid black;
}
.ui-page-navigation-class {
color: green;
font-weight: bold;
}
h1 {
margin-bottom: 10px;
}
h2 {
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}
h3 {
margin-top: 1rem;
}
p {
margin-bottom: 5px;
}
ul li {
list-style-type: circle;
list-style-position: inside;
margin-left: 15px;
}
pre {
padding: 12px;
margin: 12px;
background-color: #eee;
}
code {
font-size: 0.825rem;
color: #ae0000;
}