Skip to content

Commit 2a68042

Browse files
committed
Further tweaking of headers.
1 parent 20d8b13 commit 2a68042

5 files changed

Lines changed: 20 additions & 8 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:host {
2+
::ng-deep {
3+
4+
h1,
5+
h2,
6+
h3,
7+
h4,
8+
h5,
9+
h6 span {
10+
11+
border-bottom: solid 3px !important;
12+
}
13+
}
14+
}

src/themes/datashare/app/community-page/community-page.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ import { VarDirective } from '../../../../app/shared/utils/var.directive';
3131
// templateUrl: './community-page.component.html',
3232
templateUrl: '../../../../app/community-page/community-page.component.html',
3333
// styleUrls: ['./community-page.component.scss']
34-
styleUrls: ['../../../../app/community-page/community-page.component.scss'],
34+
// DATASHARE - start
35+
styleUrls: ['../../../../app/community-page/community-page.component.scss', './community-page.component.scss'],
36+
// DATASHARE - end
3537
changeDetection: ChangeDetectionStrategy.OnPush,
3638
animations: [fadeInOut],
3739
standalone: true,

src/themes/datashare/app/home-page/home-news/home-news.component.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@
1616
color: var(--ds-home-news-link-hover-color);
1717
}
1818
}
19-
20-
// .jumbotron {
21-
// padding-top: 0.8rem !important;
22-
// padding-bottom: 0rem !important;
23-
// }
2419
}

src/themes/datashare/app/home-page/home-page.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.jumbotron {
33
margin-bottom: 0 !important;
44
}
5+
56
}

src/themes/datashare/styles/_global-styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ h4,
3030
h5,
3131
h6 span {
3232

33-
// border-bottom: none !important;
34-
border-bottom: solid 3px;
33+
border-bottom: none !important;
34+
// border-bottom: solid 3px;
3535
}
3636

3737
h2.no-bottom-border {

0 commit comments

Comments
 (0)