File tree 5 files changed +573
-1
lines changed
5 files changed +573
-1
lines changed Original file line number Diff line number Diff line change
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 .teal {
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 : 300px ;
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
+ -webkit-transform : rotate (45deg );
53
+ right : -6px ;
54
+ top : 50% ;
55
+ margin-top : -5px ;
56
+ z-index : 990 ;
57
+ border-top : 1px solid # ccc ;
58
+ border-right : 1px solid # ccc ; }
59
+
60
+ .ng-annotation-tooltip {
61
+ width : 300px ;
62
+ position : absolute;
63
+ z-index : 1000 ;
64
+ background : # fff ;
65
+ box-shadow : 0 0 10px # 777 ;
66
+ display : none;
67
+ padding : 10px ; }
68
+
69
+ .ng-annotation-tooltip : after {
70
+ content : "" ;
71
+ width : 10px ;
72
+ height : 10px ;
73
+ position : absolute;
74
+ background : # fff ;
75
+ -webkit-transform : rotate (45deg );
76
+ right : -6px ;
77
+ top : 50% ;
78
+ margin-top : -5px ;
79
+ z-index : 990 ;
80
+ border-top : 1px solid # ccc ;
81
+ border-right : 1px solid # ccc ; }
You can’t perform that action at this time.
0 commit comments