Skip to content

Commit 7172f7a

Browse files
committed
Added compiled files for 2.3.0 and updated package.json
1 parent ffb23f9 commit 7172f7a

File tree

7 files changed

+607
-6
lines changed

7 files changed

+607
-6
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
.text-center {
2+
text-align: center; }
3+
4+
.ng-annotation {
5+
border-bottom: 1px solid #000;
6+
cursor: pointer; }
7+
.ng-annotation.red {
8+
color: #000;
9+
background: #fcbcbc;
10+
border-color: #fcbcbc; }
11+
.ng-annotation.green {
12+
color: #000;
13+
background: #c7fcbc;
14+
border-color: #c7fcbc; }
15+
.ng-annotation.blue {
16+
color: #000;
17+
background: #BCDFFC;
18+
border-color: #BCDFFC; }
19+
.ng-annotation.pink {
20+
color: #000;
21+
background: #fcbcfa;
22+
border-color: #fcbcfa; }
23+
.ng-annotation.yellow {
24+
color: #000;
25+
background: #fafcbc;
26+
border-color: #fafcbc; }
27+
.ng-annotation.aqua {
28+
color: #000;
29+
background: #bcfcf7;
30+
border-color: #bcfcf7; }
31+
.ng-annotation.strike {
32+
text-decoration: line-through; }
33+
34+
.ng-annotation-popup {
35+
width: 225px;
36+
position: absolute;
37+
z-index: 1000;
38+
background: #fff;
39+
box-shadow: 0 0 10px #777;
40+
display: none;
41+
padding: 10px; }
42+
43+
.ng-annotation-popup label {
44+
display: block; }
45+
46+
.ng-annotation-popup:after {
47+
content: "";
48+
width: 10px;
49+
height: 10px;
50+
position: absolute;
51+
background: #fff;
52+
transform: rotate(45deg);
53+
-webkit-transform: rotate(45deg);
54+
right: -6px;
55+
top: 50%;
56+
margin-top: -5px;
57+
z-index: 990;
58+
border-top: 1px solid #ccc;
59+
border-right: 1px solid #ccc; }
60+
61+
.ng-annotation-tooltip {
62+
width: 225px;
63+
position: absolute;
64+
z-index: 1000;
65+
background: #fff;
66+
box-shadow: 0 0 10px #777;
67+
display: none;
68+
padding: 10px; }
69+
70+
.ng-annotation-tooltip:after {
71+
content: "";
72+
width: 10px;
73+
height: 10px;
74+
position: absolute;
75+
background: #fff;
76+
transform: rotate(45deg);
77+
-webkit-transform: rotate(45deg);
78+
right: -6px;
79+
top: 50%;
80+
margin-top: -5px;
81+
z-index: 990;
82+
border-top: 1px solid #ccc;
83+
border-right: 1px solid #ccc; }

dist/2.3.0/css/ng-annotate-2.3.0.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)