File tree Expand file tree Collapse file tree 7 files changed +42
-69
lines changed Expand file tree Collapse file tree 7 files changed +42
-69
lines changed Original file line number Diff line number Diff line change
1
+ .column-container {
2
+ display : flex;
3
+ justify-content : center;
4
+ }
5
+
6
+ .column {
7
+ flex : 1 ;
8
+ margin : 0 10px ;
9
+ }
10
+
11
+ .GHAzDo-widget {
12
+ background-color : rgb (104 , 33 , 122 );
13
+ color : white;
14
+ text-align : center;
15
+ font-size : 30px ;
16
+ }
17
+
18
+ .link {
19
+ color : white !important ;
20
+ text-decoration : none !important ;
21
+ }
22
+
23
+ .title {
24
+ font-size : 1rem ;
25
+ text-align : left;
26
+ text-wrap : balance;
27
+ }
28
+
29
+ .alertValue {
30
+ margin-block-start : 10px ;
31
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifestVersion" : 1 ,
3
3
"id" : " GHAzDoWidget-DEV" ,
4
- "version" : " 0.0.1.34 " ,
4
+ "version" : " 0.0.1.35 " ,
5
5
"public" : false ,
6
6
"name" : " Advanced Security dashboard Widgets [DEV]" ,
7
7
"description" : " [DEV] GitHub Advanced Security for Azure DevOps dashboard widgets" ,
116
116
{
117
117
"path" : " library.js" , "addressable" : true
118
118
},
119
+ {
120
+ "path" : " styles.css" , "addressable" : true
121
+ },
119
122
{
120
123
"path" : " sdk/scripts" , "addressable" : true
121
124
},
Original file line number Diff line number Diff line change 116
116
{
117
117
"path" : " library.js" , "addressable" : true
118
118
},
119
+ {
120
+ "path" : " styles.css" , "addressable" : true
121
+ },
119
122
{
120
123
"path" : " sdk/scripts" , "addressable" : true
121
124
},
Original file line number Diff line number Diff line change 2
2
< html xmlns ="http://www.w3.org/1999/xhtml ">
3
3
< head >
4
4
< script src ="../lib/VSS.SDK.min.js "> </ script >
5
+ < link rel ="stylesheet " href ="../styles.css " />
5
6
6
7
< script type ="text/javascript ">
7
8
VSS . init ( {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< script src ="../lib/VSS.SDK.min.js "> </ script >
5
5
< script src ="../library.js "> </ script >
6
+ < link rel ="stylesheet " href ="../styles.css " />
6
7
7
8
< script type ="text/javascript ">
8
9
VSS . init ( {
134
135
}
135
136
</ script >
136
137
137
- < style >
138
- .column-container {
139
- display : flex;
140
- justify-content : center;
141
- }
142
-
143
- .column {
144
- flex : 1 ;
145
- margin : 0 10px ;
146
- }
147
-
148
- .GHAzDo-widget {
149
- background-color : rgb (104 , 33 , 122 );
150
- color : white;
151
- text-align : center;
152
- font-size : 30px ;
153
- }
154
-
155
- .link {
156
- color : white !important ;
157
- text-decoration : none !important ;
158
- }
159
-
160
- .title {
161
- font-size : 1rem ;
162
- text-align : left;
163
- text-wrap : balance;
164
- }
165
-
166
- .alertValue {
167
- margin-block-start : 10px ;
168
- }
169
- </ style >
170
-
171
138
</ head >
172
139
< body >
173
140
< div class ="widget GHAzDo-widget ">
Original file line number Diff line number Diff line change 2
2
< html xmlns ="http://www.w3.org/1999/xhtml ">
3
3
< head >
4
4
< script src ="../lib/VSS.SDK.min.js "> </ script >
5
+ < link rel ="stylesheet " href ="../styles.css " />
5
6
6
7
< script type ="text/javascript ">
7
8
VSS . init ( {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< script src ="../lib/VSS.SDK.min.js "> </ script >
5
5
< script src ="../library.js "> </ script >
6
+ < link rel ="stylesheet " href ="../styles.css " />
6
7
7
8
< script type ="text/javascript ">
8
9
VSS . init ( {
104
105
}
105
106
</ script >
106
107
107
- < style >
108
- .column-container {
109
- display : flex;
110
- justify-content : center;
111
- }
112
-
113
- .column {
114
- flex : 1 ;
115
- margin : 0 10px ;
116
- }
117
-
118
- .GHAzDo-widget {
119
- background-color : rgb (104 , 33 , 122 );
120
- color : white;
121
- text-align : center;
122
- font-size : 30px ;
123
- }
124
-
125
- .link {
126
- color : white !important ;
127
- text-decoration : none !important ;
128
- }
129
-
130
- .title {
131
- font-size : 1rem ;
132
- text-align : left;
133
- text-wrap : balance;
134
- }
135
-
136
- .alertValue {
137
- margin-block-start : 10px ;
138
- }
139
- </ style >
140
-
141
108
</ head >
142
109
< body >
143
110
< div class ="widget GHAzDo-widget ">
You can’t perform that action at this time.
0 commit comments