Blame view

bower_components/prism/plugins/previewer-easing/prism-previewer-easing.css 508 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  .prism-previewer-easing {
  	margin-top: -76px;
  	margin-left: -30px;
  	width: 60px;
  	height: 60px;
  	background: #333;
  }
  .prism-previewer-easing.flipped {
  	margin-bottom: -116px;
  }
  .prism-previewer-easing svg {
  	width: 60px;
  	height: 60px;
  }
  .prism-previewer-easing circle {
  	fill: hsl(200, 10%, 20%);
  	stroke: white;
  }
  .prism-previewer-easing path {
  	fill: none;
  	stroke: white;
  	stroke-linecap: round;
  	stroke-width: 4;
  }
  .prism-previewer-easing line {
  	stroke: white;
  	stroke-opacity: 0.5;
  	stroke-width: 2;
  }