diff --git a/assets/_base.scss b/assets/_base.scss index d3dae4c5..8946c7ad 100644 --- a/assets/_base.scss +++ b/assets/_base.scss @@ -1,23 +1,25 @@ +@import 'sparc-design-system-components-2/src/assets/_variables.scss'; + h1 { - font-size: 2.875em; - font-weight: normal; + font-size:2rem; + font-weight:500; margin: 0; - line-height: 3.75rem; + line-height:2.75rem; padding: 0; } h2 { - font-size: 2.25em; - font-weight: normal; - line-height: 3rem; - margin: 0 0 1rem; + font-size:1.5rem; + font-weight:500; + line-height:2.25rem; + margin: 0 0 .5rem; padding: 0; } h3 { - font-size: 1.75em; - font-weight: normal; - line-height: 2.75rem; + font-size:1rem; + font-weight:500; + line-height:1.875rem; margin: 0 0 0.5rem; padding: 0; } @@ -47,12 +49,12 @@ h6 { } a { - color: #8300bf; + color: $purple; text-decoration: underline; } p { - margin: 0 0 1rem; + margin: 0 0 .5rem; } hr { diff --git a/components/DatasetDetails/DatasetFilesInfo.vue b/components/DatasetDetails/DatasetFilesInfo.vue index 5012e420..ce4f732b 100644 --- a/components/DatasetDetails/DatasetFilesInfo.vue +++ b/components/DatasetDetails/DatasetFilesInfo.vue @@ -9,11 +9,11 @@ SPARC consortium. During embargo, the public will be able to view basic metadata about these datasets as well - as their release date. The embargoed release - date for this dataset is {{ embargoedReleaseDate }} + as their release date. The embargoed release + date for this dataset is {{ embargoedReleaseDate }} and will become available to the public on that day. - Sign in to the SPARC Portal to request + Sign in to the SPARC Portal to request access to or view the status of an access request to embargoed data.
@@ -26,10 +26,10 @@
- Your access request is pending. The author has received your - request and an email confirming or denying your request will - be sent to you once the author has made a decision. The embargoed - release date for this dataset is {{ embargoedReleaseDate }} + Your access request is pending. The author has received your + request and an email confirming or denying your request will + be sent to you once the author has made a decision. The embargoed + release date for this dataset is {{ embargoedReleaseDate }} and will become available to the public on that day.
@@ -49,17 +49,13 @@ SPARC consortium. During embargo, the public will be able to view basic metadata about these datasets as well - as their release date. The embargoed release - date for this dataset is {{ embargoedReleaseDate }} - and will become available to the public on that day. + as their release date. The embargoed release + date for this dataset is {{ embargoedReleaseDate }} + and will become available to the public on that day. Click 'Request Access' to request permission from the author to view the embargoed data.
- + Request Access
@@ -71,16 +67,18 @@
-
Option 1 - Direct download: Download a zip archive of all the files and metadata directly to your computer free of charge. Please note that the files will be compressed upon download.
+
Option 1 - Direct download: Download a zip archive of all the files and + metadata directly to your computer free of charge. Please note that the files will be compressed upon + download.
Download Full Dataset
-
Option 1 - Direct download: Direct downloads are only available free of charge for datasets that are 5GB or smaller. Datasets bigger than 5GB will need to be downloaded via AWS.
- +
Option 1 - Direct download: Direct downloads are only available free of + charge for datasets that are 5GB or smaller. Datasets bigger than 5GB will need to be downloaded via AWS. +
+
- + Explore in SDS Viewer @@ -104,7 +98,8 @@
@@ -130,7 +125,9 @@ Requesting Access to Download from AWS

- In order to request access to download this dataset, we ask that you please submit a rehydration request. This button will take you to a form where you can submit your request. + In order to request access to download this dataset, we ask that you please submit a + rehydration + request. This button will take you to a form where you can submit your request.

Request Access @@ -138,8 +135,10 @@
- * Requester pays means that any costs associated with downloading the data will be charged to your AWS account. - For transfer pricing information, visit the AWS Pricing documentation. + * Requester pays means that any costs associated with downloading the data will be charged to your AWS + account. + For transfer pricing information, visit the AWS + Pricing documentation.
@@ -152,34 +151,18 @@ Dataset size: {{ formatMetric(datasetInfo.size) }} - + How to navigate datasets
- + - - - + + + diff --git a/components/RehydrationModal/RehydrationModal.vue b/components/RehydrationModal/RehydrationModal.vue index 50fc12d3..f6a1d742 100644 --- a/components/RehydrationModal/RehydrationModal.vue +++ b/components/RehydrationModal/RehydrationModal.vue @@ -1,5 +1,6 @@