Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Side by Side Diff: lib/src/prism/plugins/previewer-easing/prism-previewer-easing.css

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698