Skip to content

Commit a65c34a

Browse files
authored
Merge pull request #464 from UoA-eResearch/feature/update-typography
Feature/update typography
2 parents f4e8d0f + 0fb84a9 commit a65c34a

17 files changed

Lines changed: 340 additions & 258 deletions

File tree

research-hub-web/package-lock.json

Lines changed: 276 additions & 242 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

research-hub-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "research-hub-web",
3-
"version": "2.8.12",
3+
"version": "2.8.13",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
617 KB
Binary file not shown.
576 KB
Binary file not shown.
595 KB
Binary file not shown.
139 KB
Binary file not shown.

research-hub-web/src/app/components/cards/cards-common.scss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
.card-label {
88
color: rgb(255, 255, 255);
9-
font-size: 14px;
9+
font-size: 12px;
1010
font-weight: bold;
1111
}
1212

@@ -21,7 +21,7 @@
2121
align-items: center;
2222
left: 0;
2323
top: 0;
24-
padding: 0px 15px 3px;
24+
padding: 3px 15px;
2525
}
2626

2727
/**
@@ -37,6 +37,14 @@
3737
}
3838
}
3939

40+
/**
41+
* Mat Card Summary
42+
*/
43+
.card-summary {
44+
line-height: 1.5;
45+
font-size: 14px;
46+
}
47+
4048
/**
4149
* Elevation
4250
*/

research-hub-web/src/app/components/cards/contact-card/contact-card.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@import "variables";
22

33
.contact-card-summary {
4-
font-size: 16px;
4+
font-size: 14px;
5+
line-height: 1.5;
56
a {
67
color: $light-blue;
78
display: inline-block;

research-hub-web/src/app/components/cards/org-unit-card/org-unit-card.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</mat-card-title>
1515

1616
<mat-card-content>
17-
<span>
17+
<span class='card-summary'>
1818
<p style="word-wrap: break-word">{{ orgUnit.description }}</p>
1919
</span>
2020
</mat-card-content>

research-hub-web/src/app/components/home/banner-image/banner-image.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
.page-title {
3838
margin: 0 auto;
3939
font-weight: lighter;
40+
font-family: "Inter" !important;
4041
color: white !important;
4142
font-size: 48px;
4243
text-align: center;

0 commit comments

Comments
 (0)