Skip to content

Commit a566b9d

Browse files
author
Artur Pryka
committed
3.11.0
1 parent a3a60c0 commit a566b9d

16 files changed

+17402
-15176
lines changed

dist/external_d3_c3/keen-dataviz.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,49 @@
298298
-ms-animation: spin .7s linear infinite;
299299
-o-animation: spin .7s linear infinite;
300300
}
301+
.keen-dataviz-execution-meta {
302+
position: absolute;
303+
z-index: 999;
304+
padding: 0.5rem 1rem;
305+
margin: 0.75rem 0;
306+
display: inline-grid;
307+
grid-template-columns: repeat(2, -webkit-max-content);
308+
grid-template-columns: repeat(2, max-content);
309+
grid-gap: 0.5em 1em;
310+
text-transform: uppercase;
311+
font-size: 0.75rem;
312+
border: 1px solid #eee;
313+
background: #fff;
314+
}
315+
.keen-dataviz-execution-meta dt {
316+
font-weight: bold
317+
}
318+
.keen-dataviz-execution-meta dt:hover + dd {
319+
font-weight: bold;
320+
}
321+
.keen-dataviz-execution-meta dt, .keen-dataviz-execution-meta dd {
322+
margin: 0;
323+
cursor: pointer;
324+
}
325+
.keen-dataviz-execution-meta .copied:after {
326+
content: 'copied!';
327+
vertical-align: middle;
328+
display: inline-block;
329+
font-size: 10px;
330+
margin-left: 0.5em;
331+
position: absolute;
332+
text-transform: none;
333+
font-weight: normal;
334+
-webkit-animation: 1s ease 0s 1 both fadeOut;
335+
animation: 1s ease 0s 1 both fadeOut;
336+
}
301337
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
302338
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
303339

340+
@-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
341+
342+
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
343+
304344
/* C3 CUSTOMIZATIONS */
305345
.keen-dataviz .c3-axis-y path {
306346
display: none;

0 commit comments

Comments
 (0)