mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-03-04 12:27:53 +00:00
122 lines
1.7 KiB
CSS
122 lines
1.7 KiB
CSS
.layout {
|
|
margin-left: 300px;
|
|
}
|
|
|
|
.layout-header {
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 10px 0px #ccc;
|
|
/* Leaflet JS zoom controls have z-index 1000. */
|
|
z-index: 1001;
|
|
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.layout-header .logo {
|
|
float: left;
|
|
margin-top: 16px;
|
|
height: 32px;
|
|
}
|
|
|
|
.layout-header .actions {
|
|
float: right;
|
|
}
|
|
|
|
.layout-header .actions > div {
|
|
display: inline;
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.layout-menu {
|
|
padding-top: 85px;
|
|
|
|
overflow: auto;
|
|
position: fixed;
|
|
height: 100vh;
|
|
left: 0;
|
|
}
|
|
|
|
.layout-menu .organiation-select {
|
|
margin-left: 24px;
|
|
margin-bottom: 12px;
|
|
width: 252px;
|
|
}
|
|
|
|
.layout-content {
|
|
margin-top: 65px;
|
|
}
|
|
|
|
.layout-content .content-header > * {
|
|
float: right;
|
|
}
|
|
|
|
.layout-content .content-header h3 {
|
|
float: left;
|
|
display: inline;
|
|
}
|
|
|
|
.layout-content .content {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.spinner {
|
|
text-align: center;
|
|
}
|
|
|
|
pre {
|
|
margin: 0px;
|
|
}
|
|
|
|
.chart-doughtnut {
|
|
max-width: 350;
|
|
padding: 0;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.dashboard-chart > .ant-card-body {
|
|
height: 300px;
|
|
}
|
|
|
|
.integration-card {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.integration-card .ant-card-meta-description {
|
|
min-height: 75px;
|
|
}
|
|
|
|
.search-dropdown .ant-select-dropdown-menu-item-group-title {
|
|
color: #666;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.search-dropdown .ant-select-dropdown-menu-item-group {
|
|
border-bottom: 1px solid #f6f6f6;
|
|
}
|
|
|
|
.search-dropdown .ant-select-dropdown-menu-item {
|
|
padding-left: 16px;
|
|
}
|
|
|
|
.search-dropdown .ant-select-dropdown-menu-item.show-all {
|
|
text-align: center;
|
|
cursor: default;
|
|
}
|
|
|
|
.search-dropdown .ant-select-dropdown-menu {
|
|
max-height: 600px;
|
|
}
|
|
|
|
.CodeMirror {
|
|
height: 600px;
|
|
}
|
|
|
|
.ant-drawer {
|
|
padding-top: 64px;
|
|
}
|
|
|
|
.ant-drawer-body {
|
|
padding-bottom: 88px; /* 64 + 24 */
|
|
}
|