6
6
.modal-header {
7
7
background-color : $grey-800 ;
8
8
}
9
- .modal-header ,
10
- .modal-footer {
11
- padding : 0.5rem 0.7rem ;
9
+ .modal-header , .modal-footer {
10
+ padding : .5rem .7rem ;
12
11
}
13
- .severity-critical ,
14
- .status-failed {
12
+ .severity-critical , .status-failed {
15
13
color : $severity-critical ;
16
14
.progress-bar {
17
15
background-color : $severity-critical ;
18
16
}
19
17
}
20
18
.severity-high {
21
- color : $severity-high ;
19
+ color :$severity-high ;
22
20
.progress-bar {
23
21
background-color : $severity-high ;
24
22
}
25
23
}
26
- .severity-medium ,
27
- .status-warning {
24
+ .severity-medium , .status-warning {
28
25
color : $severity-medium ;
29
26
.progress-bar {
30
27
background-color : $severity-medium ;
31
28
}
32
29
}
33
- .severity-low ,
34
- .status-passed {
30
+ .severity-low , .status-passed {
35
31
color : $severity-low ;
36
32
.progress-bar {
37
33
background-color : $severity-low ;
38
34
}
39
35
}
40
- .severity-info ,
41
- .status-info {
36
+ .severity-info , .status-info {
42
37
color : $severity-info ;
43
38
.progress-bar {
44
39
background-color : $severity-info ;
@@ -54,29 +49,19 @@ html {
54
49
.table-progress {
55
50
width : 100% !important ;
56
51
}
57
- .severity-critical-bg ,
58
- .bg-severity-critical ,
59
- .bg-CRITICAL {
52
+ .severity-critical-bg , .bg-severity-critical , .bg-CRITICAL {
60
53
background : $severity-critical none ;
61
54
}
62
- .severity-high-bg ,
63
- .bg-severity.high ,
64
- .bg-HIGH {
55
+ .severity-high-bg , .bg-severity.high , .bg-HIGH {
65
56
background : $severity-high none ;
66
57
}
67
- .severity-medium-bg ,
68
- .bg-severity-medium ,
69
- .bg-MEDIUM {
58
+ .severity-medium-bg , .bg-severity-medium , .bg-MEDIUM {
70
59
background : $severity-medium none ;
71
60
}
72
- .severity-low-bg ,
73
- .bg-severity-low ,
74
- .bg-LOW {
61
+ .severity-low-bg , .bg-severity-low , .bg-LOW {
75
62
background : $severity-low none ;
76
63
}
77
- .severity-info-bg ,
78
- .bg-severity-info ,
79
- .bg-INFO {
64
+ .severity-info-bg , .bg-severity-info , .bg-INFO {
80
65
background : $severity-info none ;
81
66
}
82
67
.severity-warn-bg {
@@ -88,71 +73,69 @@ html {
88
73
.bg-violation-type {
89
74
background : $widget-3 ;
90
75
}
91
- .severity-unassigned-bg ,
92
- .bg-severity-unassigned ,
93
- .bg-UNASSIGNED {
76
+ .severity-unassigned-bg , .bg-severity-unassigned , .bg-UNASSIGNED {
94
77
background : $severity-unassigned none ;
95
78
}
96
79
.severity-bug-icon {
97
- width : 40px ;
98
- height : 40px ;
99
- color : #ffffff ;
80
+ width :40px ;
81
+ height :40px ;
82
+ color :#ffffff ;
100
83
}
101
84
.severity-bug-label {
102
- height : 40px ;
103
- color : #ffffff ;
85
+ height :40px ;
86
+ color :#ffffff ;
104
87
background-color : $severity-label-bg ;
105
88
}
106
89
.pointer :hover {
107
90
cursor : pointer ;
108
91
}
109
92
.label-analyzer {
110
- border : 1px solid #5c9ccb ;
93
+ border : 1px solid #5C9CCB ;
111
94
}
112
95
.label-analyzer-internal {
113
96
color : $white ;
114
97
}
115
98
.label-source {
116
99
color : #222222 ;
117
- padding : 0 .2em 0 .6em 0 .3em ;
100
+ padding : .2em .6em .3em ;
118
101
font-weight : normal ;
119
102
font-size : 75% ;
120
103
}
121
104
.label-source-nvd {
122
- background-color : #aecee5 ;
123
- border : 1px solid #5c9ccb ;
105
+ background-color : #AECEE5 ;
106
+ border : 1px solid #5C9CCB ;
124
107
}
125
108
.label-source-npm {
126
- background-color : #b4afe4 ;
127
- border : 1px solid #6e63cc ;
109
+ background-color : #B4AFE4 ;
110
+ border : 1px solid #6E63CC ;
128
111
}
129
112
.label-source-ossindex {
130
- background-color : #afe4bf ;
131
- border : 1px solid #73d08f ;
113
+ background-color : #AFE4BF ;
114
+ border : 1px solid #73D08F ;
132
115
}
133
116
.label-source-snyk {
134
117
background-color : #afd2e4 ;
135
118
border : 1px solid #73c1d0 ;
136
119
}
137
120
.label-source-vulndb {
138
- background-color : #ffc78b ;
139
- border : 1px solid #fe9536 ;
121
+ background-color : #FFC78B ;
122
+ border : 1px solid #FE9536 ;
140
123
}
141
124
.label-source-victims {
142
- background-color : #e4afaf ;
143
- border : 1px solid #cc6666 ;
125
+ background-color : #E4AFAF ;
126
+ border : 1px solid #CC6666 ;
144
127
}
145
128
.label-source-github {
146
- background-color : #d4bbf7 ;
147
- border : 1px solid #a66af7 ;
129
+ background-color : #D4BBF7 ;
130
+ border : 1px solid #A66AF7 ;
148
131
}
149
132
.label-source-osv {
150
133
background-color : #f7bbdc ;
151
134
border : 1px solid #cc668a ;
152
135
}
153
136
.label-source-internal {
154
- background-color : #ebe5a8 ;
155
- border : 1px solid #dcd167 ;
137
+ background-color : #EBE5A8 ;
138
+ border : 1px solid #DCD167 ;
156
139
}
157
140
.label-source-drupal {
158
141
background-color : hsl (120 , 75% , 39% );
@@ -165,48 +148,43 @@ html {
165
148
.label-source-unknown {
166
149
background-color : $severity-unassigned ;
167
150
border : 1px solid $grey-900 ;
168
- color : #ffffff ;
151
+ color : #FFFFFF ;
169
152
}
170
153
.label-notification {
171
154
color : #222222 ;
172
- padding : 0 .2em 0 .6em 0 .3em ;
155
+ padding : .2em .6em .3em ;
173
156
font-weight : normal ;
174
157
font-size : 75% ;
175
158
}
176
159
.label-notification-fail {
177
- background-color : lighten ($notification-fail , 15% );
160
+ background-color : lighten ($notification-fail , 15% );
178
161
border : 1px solid $notification-fail ;
179
162
}
180
163
.label-notification-warn {
181
- background-color : lighten ($notification-warn , 15% );
164
+ background-color : lighten ($notification-warn , 15% );
182
165
border : 1px solid $notification-warn ;
183
166
}
184
167
.label-notification-info {
185
- background-color : lighten ($notification-info , 15% );
168
+ background-color : lighten ($notification-info , 15% );
186
169
border : 1px solid $notification-info ;
187
170
}
188
171
.table {
189
172
background-color : $grey-750 ;
190
173
}
191
- .table td .tight ,
192
- .table th .tight {
174
+ .table td .tight , .table th .tight {
193
175
width : 1% ;
194
176
}
195
- .table td .expand ,
196
- .table th .expand {
177
+ .table td .expand , .table th .expand {
197
178
width : 10% ;
198
179
}
199
- .table td .expand-20 ,
200
- .table th .expand-20 {
180
+ .table td .expand-20 , .table th .expand-20 {
201
181
width : 20% ;
202
182
}
203
183
label .required :after {
204
184
color : #d62728 ;
205
- content : ' * ' ;
185
+ content :" * " ;
206
186
}
207
- input .required ,
208
- select .required ,
209
- textarea .required {
187
+ input .required , select .required , textarea .required {
210
188
border-color : #ffd700 ;
211
189
}
212
190
@@ -278,17 +256,17 @@ textarea.required {
278
256
.callout-severity-unassigned {
279
257
border-left-color : $severity-unassigned ;
280
258
}
281
- .toast-container > div {
259
+ .toast-container > div {
282
260
-moz-box-shadow : none !important ;
283
261
-webkit-box-shadow : none !important ;
284
262
box-shadow : none !important ;
285
263
}
286
264
287
265
.expanded-row {
288
- margin-top : -12px ;
289
- margin-bottom : -12px ;
266
+ margin-top :-12px ;
267
+ margin-bottom :-12px ;
290
268
margin-right : -13px ;
291
- padding-top : 20px ;
269
+ padding-top :20px ;
292
270
padding-bottom : 20px ;
293
271
background-color : $grey-800 ;
294
272
}
@@ -301,11 +279,10 @@ textarea.required {
301
279
box-shadow : 0 0 0 0 ;
302
280
}
303
281
304
- .btn-outline-primary.disabled.active ,
305
- .btn-outline-primary :disabled .active {
282
+ .btn-outline-primary.disabled.active , .btn-outline-primary :disabled .active {
306
283
background-color : darken ($blue , 20 );
307
284
color : $white ;
308
- opacity : 1 ;
285
+ opacity : 1.0 ;
309
286
}
310
287
311
288
.formattedLicenseContent {
@@ -316,24 +293,24 @@ textarea.required {
316
293
317
294
/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
318
295
.toggle-off {
319
- box-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0 .125 );
296
+ box-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , .125 );
320
297
}
321
298
.toggle.off {
322
- border-color : rgba (0 , 0 , 0 , 0 .25 );
299
+ border-color : rgba (0 , 0 , 0 , .25 );
323
300
}
324
301
.toggle-handle {
325
302
background-color : $toggle-handle-bg ;
326
- border : thin rgba (0 , 0 , 0 , 0 .25 ) solid ;
303
+ border : thin rgba (0 , 0 , 0 , .25 ) solid ;
327
304
}
328
305
h6 {
329
- font-size : 1 em ;
306
+ font-size : 1.0 em ;
330
307
font-weight : 600 ;
331
308
text-transform : uppercase ;
332
309
}
333
310
.switch {
334
311
vertical-align : middle ;
335
- margin-top : 0 .5rem ;
336
- margin-bottom : 0 .5rem ;
312
+ margin-top : .5rem ;
313
+ margin-bottom : .5rem ;
337
314
margin-right : 1rem ;
338
315
}
339
316
.switch-slider {
@@ -343,39 +320,26 @@ h6 {
343
320
background-color : $grey-200 ;
344
321
}
345
322
.card-footer > :not (:last-child ) {
346
- margin-right : 0 .25rem ;
323
+ margin-right : .25rem ;
347
324
}
348
325
.card-footer > :not (:first-child ) {
349
- margin-left : 0 .25rem ;
326
+ margin-left : .25rem ;
350
327
}
351
328
.bs-table-custom-toolbar > :not (:last-child ) {
352
- margin-right : 0 .25rem ;
329
+ margin-right : .25rem ;
353
330
}
354
331
.bs-table-custom-toolbar > :not (:first-child ) {
355
- margin-left : 0 .25rem ;
332
+ margin-left : .25rem ;
356
333
}
357
334
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
358
- background : $grey-750 !important ;
359
- }
360
- .bootstrap-table
361
- .fixed-table-container
362
- .fixed-table-body
363
- .fixed-table-loading.table-dark
364
- .animation-dot ,
365
- .bootstrap-table
366
- .fixed-table-container
367
- .fixed-table-body
368
- .fixed-table-loading.table-dark
369
- .animation-wrap ::after ,
370
- .bootstrap-table
371
- .fixed-table-container
372
- .fixed-table-body
373
- .fixed-table-loading.table-dark
374
- .animation-wrap ::before {
375
- background : $grey-750 !important ;
376
- }
377
- .was-validated .form-control :invalid ,
378
- .form-control.is-invalid {
335
+ background : $grey-750 !important ;
336
+ }
337
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot ,
338
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap ::after ,
339
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap ::before {
340
+ background : $grey-750 !important ;;
341
+ }
342
+ .was-validated .form-control :invalid , .form-control.is-invalid {
379
343
background-image : url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e" );
380
344
}
381
345
.bg-widget {
@@ -388,7 +352,7 @@ button:focus {
388
352
border : 1px solid #60768c !important ;
389
353
background-color : $grey-900 !important ;
390
354
margin-left : 0.6em !important ;
391
- color : #21d983 !important ;
355
+ color : #21D983 !important ;
392
356
}
393
357
.badge-tab-fail {
394
358
border : 1px solid #60768c !important ;
@@ -417,7 +381,7 @@ button:focus {
417
381
}
418
382
td a .detail-icon {
419
383
font-size : 150% ;
420
- line-height : 1 ;
384
+ line-height : 1.0 ;
421
385
color : $grey-600 ;
422
386
}
423
387
.b-calendar-grid-body .text-dark {
@@ -553,6 +517,7 @@ td a.detail-icon {
553
517
white-space : nowrap ;
554
518
}
555
519
520
+
556
521
.icon-cellend {
557
522
float : right ;
558
523
padding-top : 0.3rem ;
0 commit comments