Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
/* EmailBundle */
|
||||
|
||||
.col-email-id {
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.email-builder .builder-panel .panel-body {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.table-bordered.email-list > thead > tr > th:first-child, .table-bordered.email-list > tbody > tr > td:first-child,
|
||||
.table-bordered.email-template > thead > tr > th:first-child, .table-bordered.email-template > tbody > tr > td:first-child {
|
||||
border-left: 0px;
|
||||
}
|
||||
|
||||
.table-bordered.email-list > thead > tr > th:last-child, .table-bordered.email-list > tbody > tr > td:last-child,
|
||||
.table-bordered.email-template > thead > tr > th:last-child, .table-bordered.email-template > tbody > tr > td:last-child {
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
.email-filters {
|
||||
|
||||
}
|
||||
|
||||
.clickable-stat a { color: #fff; }
|
||||
.clickable-stat a:hover { color: #fff; }
|
||||
|
||||
#emailGraphStats .spinner,
|
||||
#reads-map-container .spinner{
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.dynamic-content .nav-tabs {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
display: flex;
|
||||
scrollbar-width: thin; /* Firefox */
|
||||
}
|
||||
@@ -0,0 +1,170 @@
|
||||
@media (min-width: 768px) {
|
||||
.modal-dialog-heatmap {
|
||||
width: 90%;
|
||||
max-width: 1200px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-heatmap-close {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 20px;
|
||||
color: #fff;
|
||||
z-index: 1080;
|
||||
float: none;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.modal-heatmap-close:hover,
|
||||
.modal-heatmap-close:focus {
|
||||
opacity: 1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.heatmap-iframe {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.heatmap-iframe {
|
||||
height: 90vh;
|
||||
}
|
||||
}
|
||||
|
||||
body.heatmap-iframe-body a.heatmap-link {
|
||||
position: relative;
|
||||
z-index: 1010;
|
||||
}
|
||||
|
||||
.heatmap-label {
|
||||
position: absolute;
|
||||
z-index: 1050;
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
.heatmap-label > p {
|
||||
padding: 6px 6px 4px 6px !important;
|
||||
margin: 0 !important;
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
|
||||
font-size: 12px !important;
|
||||
line-height: 1 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.heatmap-legend {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 1060;
|
||||
right: 20px;
|
||||
top: 30px;
|
||||
color: #fff;
|
||||
padding: 15px;
|
||||
background-color: rgba(0, 0, 0, 0.85);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.heatmap-legend {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.heatmap-legend a {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.heatmap-legend a.active,
|
||||
.heatmap-legend a:focus,
|
||||
.heatmap-legend a:hover {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.heatmap-legend > p:nth-child(1),
|
||||
.heatmap-legend > p:nth-child(3) {
|
||||
color: #cccccc;
|
||||
font-size: 18px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.heatmap-legend > p:nth-child(1) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.heatmap-legend > p:nth-child(2) {
|
||||
color: #fff;
|
||||
font-size: 32px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.heatmap-legend > p:nth-child(3) {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.heatmap-scale {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.heatmap-scale-header,
|
||||
.heatmap-scale-footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 10px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.heatmap-scale-footer {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.heatmap-scale-header > div,
|
||||
.heatmap-scale-footer > div {
|
||||
|
||||
}
|
||||
|
||||
.heatmap-scale-bar {
|
||||
position: relative;
|
||||
width: 47px;
|
||||
height: 16px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.heatmap-scale-bar:nth-child(1) {
|
||||
background: linear-gradient(to right, #2c3bb6, #0a85ff);
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
.heatmap-scale-bar:nth-child(2) {
|
||||
background: linear-gradient(to right, #0a85ff, #f0df42);
|
||||
}
|
||||
|
||||
.heatmap-scale-bar:nth-child(3) {
|
||||
background: linear-gradient(to right, #f0df42, #f8c344);
|
||||
}
|
||||
|
||||
.heatmap-scale-bar:nth-child(4) {
|
||||
background: linear-gradient(to right, #f8c344, #ff843a);
|
||||
}
|
||||
|
||||
.heatmap-scale-bar:nth-child(5) {
|
||||
background: linear-gradient(to right, #ff843a, #f83834);
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
.heatmap-scale-bar:nth-child(-n+4):after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 1px;
|
||||
height: 24px;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
right: -1px;
|
||||
z-index: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user