Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Minor font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatari committed Jan 16, 2019
1 parent abe0cde commit e795d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/routes/Results/components/List/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

.item :global(.ant-list-item-meta-title) a {
font-weight: 600;
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.selected {
Expand Down
5 changes: 3 additions & 2 deletions client/src/routes/Results/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.results :global(.ant-list-pagination) li {
margin-bottom: 10px;
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.menu {
Expand All @@ -34,7 +35,7 @@
}

.header {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
text-transform: uppercase;
text-align: center;
color: rgb(78, 78, 78);
Expand Down Expand Up @@ -82,7 +83,7 @@
}

.empty {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;;
color: #a4a4a4;
font-weight: 300;
font-size: 26px;
Expand Down

0 comments on commit e795d1c

Please sign in to comment.