Skip to content

Commit 567570a

Browse files
committed
docs(arc-docs): review changes
review changes GH-26
1 parent 1b957ac commit 567570a

File tree

9 files changed

+5
-100
lines changed

9 files changed

+5
-100
lines changed

projects/arc-docs/src/app/docs/docs.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
}
6666
}
6767

68-
6968
.header-wrapper {
7069
width: 100%;
7170
}

projects/arc-docs/src/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ router-outlet.main-router + * {
6060
}
6161
}
6262

63-
6463
.footer {
6564
color: #525252;
6665
a {

projects/arc-docs/src/themes.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@use '@nebular/theme/styles/themes/default';
55
@import 'index';
66

7-
87
@font-face {
98
font-family: 'Montserrat';
109
src: url('../../arc-lib/src/lib/assets/fonts/montserrat/Montserrat-Regular.otf')

projects/arc-lib/src/lib/components/gantt/components/gantt-bars/gantt-bars.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
gantt-hover="bar"
4040
[ngClass]="allocationBar.classes ?? []"
4141
[ngStyle]="{
42-
width: allocationBar.percent + '%'
42+
width: allocationBar.percent + '%',
4343
}"
4444
[class.empty]="!allocationBar.allocation"
4545
[class.over-allocated]="allocationBar.allocation > allocationBase"

projects/arc-lib/src/lib/components/header /header.component.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

projects/arc-lib/src/lib/components/header /header.component.scss

Lines changed: 0 additions & 31 deletions
This file was deleted.

projects/arc-lib/src/lib/components/header /header.component.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

projects/arc-lib/src/lib/components/header/header.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ nb-action {
2525
nb-user {
2626
cursor: pointer;
2727
}
28-

projects/arc/src/app/main/home/home.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
}
2929

30-
.feat-detail-wrapper {
30+
.feat-detail-wrapper {
3131
display: flex;
3232
align-items: flex-start;
3333
justify-content: space-between;
@@ -216,8 +216,8 @@
216216
}
217217
}
218218
}
219-
.feat-detail-img-wrapper{
220-
text-align: center;
221-
}
219+
.feat-detail-img-wrapper {
220+
text-align: center;
221+
}
222222
}
223223
}

0 commit comments

Comments
 (0)