mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-26 10:11:39 -07:00
Adds dataset cards to Methodology page (#442)
* intial cards for methodology page * PR and QA feedback - adds alert above dataset section - adds intl - removes nbsp - creates directory structure for new components * revert noUsedLocals flag * fixed path error * re-creates scss file to test build failure * renaming file to troubleshoot build error * links open in new tabs and removes console.log * removes units on all scss value that equal 0 * resolving merge conflicts from header merge * updates snapshots from conflict resolution
This commit is contained in:
parent
08e21e5d5b
commit
51f7666062
24 changed files with 688 additions and 36 deletions
40
client/src/components/DatasetCard/datasetCard.module.scss
Normal file
40
client/src/components/DatasetCard/datasetCard.module.scss
Normal file
|
@ -0,0 +1,40 @@
|
|||
.datasetCard {
|
||||
background-color: white;
|
||||
padding: 2.7rem 3rem 3rem 3rem;
|
||||
margin-bottom: 3rem;
|
||||
max-width: 34rem;
|
||||
}
|
||||
|
||||
.datasetCardIndicator {
|
||||
margin-top: 0;
|
||||
font-size: x-large;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
.datasetCardWhatIsIt {
|
||||
margin-bottom: 0;
|
||||
font-size: large;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.datasetCardList {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
margin-top: 1.6rem;
|
||||
}
|
||||
|
||||
.datasetCardListItem {
|
||||
margin-bottom: 0.4rem;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.datasetCardDescription {
|
||||
font-size: large;
|
||||
padding-top: 0.3rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.datasetCardLabels {
|
||||
font-size: large;
|
||||
font-weight: bolder;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue