Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/plugins/bower_components/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.css is written in an unsupported language. File is not indexed.

0001 .chartist-tooltip {
0002   position: absolute;
0003   display: inline-block;
0004   opacity: 0;
0005   min-width: 5em;
0006   padding: .5em;
0007   background: #F4C63D;
0008   color: #453D3F;
0009   font-family: Oxygen,Helvetica,Arial,sans-serif;
0010   font-weight: 700;
0011   text-align: center;
0012   pointer-events: none;
0013   z-index: 1;
0014   -webkit-transition: opacity .2s linear;
0015   -moz-transition: opacity .2s linear;
0016   -o-transition: opacity .2s linear;
0017   transition: opacity .2s linear; }
0018   .chartist-tooltip:before {
0019     content: "";
0020     position: absolute;
0021     top: 100%;
0022     left: 50%;
0023     width: 0;
0024     height: 0;
0025     margin-left: -15px;
0026     border: 15px solid transparent;
0027     border-top-color: #F4C63D; }
0028   .chartist-tooltip.tooltip-show {
0029     opacity: 1; }
0030 
0031 .ct-area, .ct-line {
0032   pointer-events: none; }
0033 
0034 /*# sourceMappingURL=chartist-plugin-tooltip.css.map */