Skip to content

Commit 9c34666

Browse files
committed
Fix sonar issues
1 parent d1ee808 commit 9c34666

File tree

4 files changed

+6
-24
lines changed

4 files changed

+6
-24
lines changed

src/app/pages/policies/policy-view/policy-view.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ button {
2727
}
2828

2929
mat-card {
30-
font-family: "Open Sans";
30+
font-family: "Open Sans", sans-serif;
3131
place-self: normal;
3232
}
3333

src/app/shared/components/footer/footer.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
&__company {
99
border-top: solid 1px rgba(255, 255, 255, 0.12);
1010
padding: 10px 0;
11-
font-family: "Open Sans";
11+
font-family: "Open Sans", sans-serif;
1212
font-size: 12px;
1313
color: white;
1414
font-weight: 500;

src/styles.scss

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ span,
1616
i,
1717
strong,
1818
input {
19-
font-family: "Open Sans";
19+
font-family: "Open Sans", sans-serif;
2020
}
2121

2222
body {
@@ -308,31 +308,13 @@ app-json-dialog {
308308
}
309309

310310
.ngx-json-viewer {
311-
font-family: "Open Sans" !important;
311+
font-family: "Open Sans", sans-serif !important;
312312
font-size: 14px !important;
313313
}
314314
}
315315

316-
// .main-container {
317-
// display: flex;
318-
// flex-direction: column;
319-
// height: 100%;
320-
321-
// }
322-
323-
// app-navigation {
324-
// flex: 1 0 auto;
325-
// overflow: auto;
326-
// height: 100%;
327-
328-
// }
329-
330-
// app-footer{
331-
// flex-shrink: 0;
332-
// }
333-
334316
.title-section {
335-
font-family: "Open Sans";
317+
font-family: "Open Sans", sans-serif;
336318
}
337319

338320
.footer-content {

src/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $theming-material-components-primary: mat-palette($mat-teal);
1010
$theming-material-components-accent: mat-palette($mat-orange, A200, A100, A400);
1111
$theming-material-components-warn: mat-palette($mat-red);
1212
$theming-material-components-typography: mat.define-typography-config(
13-
$font-family: "Open Sans",
13+
$font-family: "Open Sans", sans-serif
1414
);
1515

1616
$theme1: mat-dark-theme(

0 commit comments

Comments
 (0)