nats-streaming-ui
Version:
GUI for Nats Streaming server
190 lines (155 loc) • 3.78 kB
CSS
.MuiDrawer-paper {
height: 100vh ;
position: relative ;
}
ul a {
color: inherit;
text-decoration: none;
}
.app {
display: flex;
}
.card-item {
padding-top: 80px ;
}
.card-item h2 {
font-weight: bold;
margin-bottom: 20px;
}
.card-item h2,
.card-item h5 {
color: #fff;
}
.grid-fixed-container{
margin-bottom: 30px;
}
.content {
flex-grow: 1;
height: 100vh;
overflow: auto;
}
.container {
padding-top: 100px;
padding-bottom: 40px;
}
.paper {
padding: 20px;
display: flex;
overflow: auto;
flex-direction: column;
height: 240px;
}
.title-container {
padding-top: 12px;
}
.title-message {
padding-top: 12px;
padding-bottom: 5px;
}
.messages-body {
height: 75vh;
overflow-x: auto;
}
.buttons-container {
text-align: right;
}
.channels-row {
cursor: pointer;
}
.channels-row:hover {
background: rgba(0, 0, 0, 0.03);
}
.content-divider {
margin-top: 20px ;
}
.table-content {
width: 100%;
/*margin-top: 30px;*/
}
.add-button {
background: #00bcd4 ;
margin-right: 20px ;
}
.refresh-button {
background: #ff4081 ;
margin-right: 20px ;
}
.refresh-button-subs {
background: #ff4081 ;
}
.message-button {
background: #7b1fa2 ;
}
.refresh-button svg,
.add-button svg,
.message-button svg,
.refresh-button-subs svg {
color: #fff;
}
.checkGreen {
color: #43a047;
}
.clearRed {
color: #ff5252;
}
.dashboard-cards {
height: 340px;
}
.dashboard-statuses {
margin-top: 20px ;
}
.isOnline {
background-color: #43a047 ;
}
.isOffline {
background-color: #ff5252 ;
}
.paper-table {
max-height: 74vh;
overflow-x: hidden;
}
.colored-navbar {
background: #303f9f;
background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) ;
background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) ;
background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) ;
background: linear-gradient(45deg, #303f9f, #7b1fa2) ;
}
.gradient-cyan {
background: #0288d1;
background: -webkit-linear-gradient(45deg, #0288d1, #26c6da) ;
background: -moz- oldlinear-gradient(45deg, #0288d1, #26c6da) ;
background: -o-linear-gradient(45deg, #0288d1, #26c6da) ;
background: linear-gradient(45deg, #0288d1, #26c6da) ;
}
.gradient-pink {
background: #ff5252;
background: -webkit-linear-gradient(45deg, #ff5252, #f48fb1) ;
background: -moz- oldlinear-gradient(45deg, #ff5252, #f48fb1) ;
background: -o-linear-gradient(45deg, #ff5252, #f48fb1) ;
background: linear-gradient(45deg, #ff5252, #f48fb1) ;
}
.gradient-amber {
background: #ff6f00;
background: -webkit-linear-gradient(45deg, #ff6f00, #ffca28) ;
background: -moz- oldlinear-gradient(45deg, #ff6f00, #ffca28) ;
background: -o-linear-gradient(45deg, #ff6f00, #ffca28) ;
background: linear-gradient(45deg, #ff6f00, #ffca28) ;
}
.gradient-teal {
background: #43a047;
background: -webkit-linear-gradient(45deg, #43a047, #1de9b6) ;
background: -moz- oldlinear-gradient(45deg, #43a047, #1de9b6) ;
background: -o-linear-gradient(45deg, #43a047, #1de9b6) ;
background: linear-gradient(45deg, #43a047, #1de9b6) ;
}
.gradient-neuromancer {
background: #f953c6;
background: -webkit-linear-gradient(to right, #b91d73, #f953c6);
background: linear-gradient(to right, #b91d73, #f953c6);
}
.gradient-sunset {
background: #355c7d;
background: -webkit-linear-gradient(to right, #c06c84, #6c5b7b, #355c7d);
background: linear-gradient(to right, #c06c84, #6c5b7b, #355c7d);
}