mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +00:00
52 lines
773 B
CSS
52 lines
773 B
CSS
body {
|
|
padding-top: 60px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.sidebar-nav .nav li a {
|
|
padding: 2px 15px;
|
|
}
|
|
|
|
/* nav-header is deprecated in bootstrap 3.x, so replicate it here */
|
|
.nav-header {
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
display: block;
|
|
color: #999;
|
|
}
|
|
|
|
.nav-icon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.navbar .container {
|
|
width: 100%;
|
|
}
|
|
.sidenav-icon {
|
|
margin-right: 8px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.navbar-brand img {
|
|
float: left;
|
|
margin-top: -14px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.running-status {
|
|
border-radius: 50%;
|
|
border: 1px solid black;
|
|
width: 8px;
|
|
height: 8px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.running-status.active {
|
|
background-color: rgb(0, 167, 0);
|
|
}
|
|
|
|
.running-status.inactive {
|
|
background-color: rgb(228, 66, 66);
|
|
}
|