~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/plugins/previewer-easing/prism-previewer-easing.css

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.prism-previewer-easing {
 
2
        margin-top: -76px;
 
3
        margin-left: -30px;
 
4
        width: 60px;
 
5
        height: 60px;
 
6
        background: #333;
 
7
}
 
8
.prism-previewer-easing.flipped {
 
9
        margin-bottom: -116px;
 
10
}
 
11
.prism-previewer-easing svg {
 
12
        width: 60px;
 
13
        height: 60px;
 
14
}
 
15
.prism-previewer-easing circle {
 
16
        fill: hsl(200, 10%, 20%);
 
17
        stroke: white;
 
18
}
 
19
.prism-previewer-easing path {
 
20
        fill: none;
 
21
        stroke: white;
 
22
        stroke-linecap: round;
 
23
        stroke-width: 4;
 
24
}
 
25
.prism-previewer-easing line {
 
26
        stroke: white;
 
27
        stroke-opacity: 0.5;
 
28
        stroke-width: 2;
 
29
}
 
 
b'\\ No newline at end of file'