18 lines
342 B
CSS
18 lines
342 B
CSS
.navbar.bg-primary,.nav.bg-primary {
|
|
background-color: #903619 !important;
|
|
}
|
|
.navbar.bg-success {
|
|
background-color: #1f791b !important;
|
|
}
|
|
.super-system-info{
|
|
padding: 1rem;
|
|
overflow: auto!important;
|
|
}
|
|
.super-system-info > ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.form-group-group table tr:first-child > td {
|
|
border-top: 0;
|
|
}
|