Integrate status-page.scss into the main.scss
This commit is contained in:
@@ -13,3 +13,4 @@ html, body {
|
|||||||
@import "partials/header";
|
@import "partials/header";
|
||||||
@import "partials/sidebar";
|
@import "partials/sidebar";
|
||||||
@import "partials/content";
|
@import "partials/content";
|
||||||
|
@import "status-page";
|
||||||
|
|||||||
@@ -4382,3 +4382,111 @@ body.dashboard .content .header {
|
|||||||
top: -4px; }
|
top: -4px; }
|
||||||
body.dashboard .content .header input {
|
body.dashboard .content .header input {
|
||||||
width: 20%; }
|
width: 20%; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: #333333;
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 300; }
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px; }
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-bottom: 20px; }
|
||||||
|
|
||||||
|
.text-success, .text-component-1 {
|
||||||
|
color: #4cae4c; }
|
||||||
|
|
||||||
|
.text-info, .text-component-2 {
|
||||||
|
color: #46b8da; }
|
||||||
|
|
||||||
|
.text-alert, .text-component-3 {
|
||||||
|
color: #F9BF3B; }
|
||||||
|
|
||||||
|
.text-danger, .text-component-4 {
|
||||||
|
color: #D91E18; }
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 960px; }
|
||||||
|
|
||||||
|
.page-header {
|
||||||
|
margin-top: 10px; }
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
margin-top: 20px;
|
||||||
|
border-radius: 0;
|
||||||
|
font-size: 1.2em; }
|
||||||
|
.alert.alert-success {
|
||||||
|
background-color: #8DCD8D;
|
||||||
|
border-color: #4cae4c;
|
||||||
|
color: white; }
|
||||||
|
.alert.alert-info {
|
||||||
|
background: #8CD3E8;
|
||||||
|
border-color: #46b8da;
|
||||||
|
color: #FFF; }
|
||||||
|
.alert.alert-danger {
|
||||||
|
background: #D91E18;
|
||||||
|
border-color: #CF000F;
|
||||||
|
color: #FFF; }
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
padding-left: 12px;
|
||||||
|
padding-right: 12px; }
|
||||||
|
.badge.badge-incident-1 {
|
||||||
|
background-color: #F27935; }
|
||||||
|
.badge.badge-incident-2 {
|
||||||
|
background-color: #F9BF3B; }
|
||||||
|
.badge.badge-incident-3 {
|
||||||
|
background-color: #46b8da; }
|
||||||
|
.badge.badge-incident-4 {
|
||||||
|
background-color: #4cae4c; }
|
||||||
|
|
||||||
|
.list-group {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-left: 0;
|
||||||
|
border-radius: 0; }
|
||||||
|
.list-group .list-group-item {
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: #ffffff;
|
||||||
|
border: 1px solid #BDC3C7;
|
||||||
|
font-size: 1.1em; }
|
||||||
|
.list-group .list-group-item span.badge {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
display: block; }
|
||||||
|
.list-group .list-group-item i.glyphicon {
|
||||||
|
font-size: 1.4em; }
|
||||||
|
.list-group .list-group-item h1, .list-group .list-group-item h2, .list-group .list-group-item h3, .list-group .list-group-item h4 {
|
||||||
|
margin-bottom: 2px; }
|
||||||
|
.list-group .list-group-item h4 {
|
||||||
|
font-weight: 400;
|
||||||
|
max-width: 90%; }
|
||||||
|
.list-group .list-group-item p, .list-group .list-group-item time {
|
||||||
|
margin-bottom: 0;
|
||||||
|
line-height: 1.3em; }
|
||||||
|
.list-group .list-group-item time {
|
||||||
|
color: #6C7A89;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 1.1em; }
|
||||||
|
.list-group .list-group-item.active {
|
||||||
|
background-color: #F2F1EF; }
|
||||||
|
.list-group .list-group-item.active h3 {
|
||||||
|
color: #22313F;
|
||||||
|
padding-top: 6px;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 1.6em; }
|
||||||
|
.list-group .list-group-item.active:hover {
|
||||||
|
color: inherit;
|
||||||
|
border-color: #BDC3C7; }
|
||||||
|
.list-group.components {
|
||||||
|
margin-bottom: 30px; }
|
||||||
|
.list-group.components p {
|
||||||
|
margin-bottom: 10px; }
|
||||||
|
.list-group.components .badge {
|
||||||
|
color: transparent; }
|
||||||
@@ -4382,3 +4382,111 @@ body.dashboard .content .header {
|
|||||||
top: -4px; }
|
top: -4px; }
|
||||||
body.dashboard .content .header input {
|
body.dashboard .content .header input {
|
||||||
width: 20%; }
|
width: 20%; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: #333333;
|
||||||
|
font-size: 1.4em;
|
||||||
|
font-weight: 300; }
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px; }
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-bottom: 20px; }
|
||||||
|
|
||||||
|
.text-success, .text-component-1 {
|
||||||
|
color: #4cae4c; }
|
||||||
|
|
||||||
|
.text-info, .text-component-2 {
|
||||||
|
color: #46b8da; }
|
||||||
|
|
||||||
|
.text-alert, .text-component-3 {
|
||||||
|
color: #F9BF3B; }
|
||||||
|
|
||||||
|
.text-danger, .text-component-4 {
|
||||||
|
color: #D91E18; }
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 960px; }
|
||||||
|
|
||||||
|
.page-header {
|
||||||
|
margin-top: 10px; }
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
margin-top: 20px;
|
||||||
|
border-radius: 0;
|
||||||
|
font-size: 1.2em; }
|
||||||
|
.alert.alert-success {
|
||||||
|
background-color: #8DCD8D;
|
||||||
|
border-color: #4cae4c;
|
||||||
|
color: white; }
|
||||||
|
.alert.alert-info {
|
||||||
|
background: #8CD3E8;
|
||||||
|
border-color: #46b8da;
|
||||||
|
color: #FFF; }
|
||||||
|
.alert.alert-danger {
|
||||||
|
background: #D91E18;
|
||||||
|
border-color: #CF000F;
|
||||||
|
color: #FFF; }
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
padding-left: 12px;
|
||||||
|
padding-right: 12px; }
|
||||||
|
.badge.badge-incident-1 {
|
||||||
|
background-color: #F27935; }
|
||||||
|
.badge.badge-incident-2 {
|
||||||
|
background-color: #F9BF3B; }
|
||||||
|
.badge.badge-incident-3 {
|
||||||
|
background-color: #46b8da; }
|
||||||
|
.badge.badge-incident-4 {
|
||||||
|
background-color: #4cae4c; }
|
||||||
|
|
||||||
|
.list-group {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-left: 0;
|
||||||
|
border-radius: 0; }
|
||||||
|
.list-group .list-group-item {
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: #ffffff;
|
||||||
|
border: 1px solid #BDC3C7;
|
||||||
|
font-size: 1.1em; }
|
||||||
|
.list-group .list-group-item span.badge {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
display: block; }
|
||||||
|
.list-group .list-group-item i.glyphicon {
|
||||||
|
font-size: 1.4em; }
|
||||||
|
.list-group .list-group-item h1, .list-group .list-group-item h2, .list-group .list-group-item h3, .list-group .list-group-item h4 {
|
||||||
|
margin-bottom: 2px; }
|
||||||
|
.list-group .list-group-item h4 {
|
||||||
|
font-weight: 400;
|
||||||
|
max-width: 90%; }
|
||||||
|
.list-group .list-group-item p, .list-group .list-group-item time {
|
||||||
|
margin-bottom: 0;
|
||||||
|
line-height: 1.3em; }
|
||||||
|
.list-group .list-group-item time {
|
||||||
|
color: #6C7A89;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 1.1em; }
|
||||||
|
.list-group .list-group-item.active {
|
||||||
|
background-color: #F2F1EF; }
|
||||||
|
.list-group .list-group-item.active h3 {
|
||||||
|
color: #22313F;
|
||||||
|
padding-top: 6px;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 1.6em; }
|
||||||
|
.list-group .list-group-item.active:hover {
|
||||||
|
color: inherit;
|
||||||
|
border-color: #BDC3C7; }
|
||||||
|
.list-group.components {
|
||||||
|
margin-bottom: 30px; }
|
||||||
|
.list-group.components p {
|
||||||
|
margin-bottom: 10px; }
|
||||||
|
.list-group.components .badge {
|
||||||
|
color: transparent; }
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-b6737976.css",
|
"css/all.css": "css/all-da2b21cb.css",
|
||||||
"js/all.js": "js/all-d8f5640f.js"
|
"js/all.js": "js/all-d8f5640f.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user