Spaces:
No application file
No application file
@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 ; | |
margin: 0 ; | |
font-family: "Open Sans", Helvetica, Arial, sans-serif ; | |
font-size: 12px ; | |
line-height: 1 ; | |
color: #fff ; | |
} | |
.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; | |
} | |