UI styling update
This commit is contained in:
@ -6,7 +6,6 @@ const EnrichmentPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/resequencing.svg",
|
svgUrl = "/images/flowchart/resequencing.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const EpigenomicsPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/epigenomics.svg",
|
svgUrl = "/images/flowchart/epigenomics.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,7 @@ const GenomeMappingPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/genoemapping.svg",
|
svgUrl = "/images/flowchart/genoemapping.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -21,12 +21,12 @@ const HybridSequencingPipeline = ({
|
|||||||
arrowColor = "text-gray-600",
|
arrowColor = "text-gray-600",
|
||||||
className = "",
|
className = "",
|
||||||
cardClassName = "",
|
cardClassName = "",
|
||||||
titleClassName = ""
|
titleclass='',
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<section className={`py-6 sm:py-8 lg:py-12 ${backgroundColor} ${className}`}>
|
<section className={`py-6 sm:py-8 lg:py-12 ${backgroundColor} ${className}`}>
|
||||||
<div className="container mx-auto max-w-none px-3 sm:px-4 lg:px-6">
|
<div className="container mx-auto max-w-none px-3 sm:px-4 lg:px-6">
|
||||||
<h2 className={`text-gray-700 text-left pb-4 sm:pb-6 text-xl sm:text-2xl lg:text-3xl font-normal ${titleClassName}`}>
|
<h2 className={`text-gray-700 text-left pb-4 sm:pb-6 text-xl sm:text-2xl lg:text-3xl font-normal ${titleclass}`}>
|
||||||
{title}
|
{title}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const MetagenomicsPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/metagenomics.svg",
|
svgUrl = "/images/flowchart/metagenomics.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const SingleCellPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/singlecell.svg",
|
svgUrl = "/images/flowchart/singlecell.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const WGSDeNovoPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/denovo.svg",
|
svgUrl = "/images/flowchart/denovo.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const WGSResequencingPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/resequencing.svg",
|
svgUrl = "/images/flowchart/resequencing.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const CircularRNAPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/circularrna.svg",
|
svgUrl = "/images/flowchart/circularrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const DegradomeSequencingPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/degradomerna.svg",
|
svgUrl = "/images/flowchart/degradomerna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const IsoformPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/isoseqrna.svg",
|
svgUrl = "/images/flowchart/isoseqrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const LncRNABioinformatics = ({
|
|||||||
svgUrl = "/images/flowchart/totalrna.svg",
|
svgUrl = "/images/flowchart/totalrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const MetatranscriptomicsPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/metatranscriptomicsrna.svg",
|
svgUrl = "/images/flowchart/metatranscriptomicsrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const MRNAPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/mrna.svg",
|
svgUrl = "/images/flowchart/mrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const SingleCellPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/singlecellrna.svg",
|
svgUrl = "/images/flowchart/singlecellrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const SRNABioinformatics = ({
|
|||||||
svgUrl = "/images/flowchart/smallrna.svg",
|
svgUrl = "/images/flowchart/smallrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ const WTSPipeline = ({
|
|||||||
svgUrl = "/images/flowchart/totalrna.svg",
|
svgUrl = "/images/flowchart/totalrna.svg",
|
||||||
backgroundColor = "bg-gray-50",
|
backgroundColor = "bg-gray-50",
|
||||||
className = "",
|
className = "",
|
||||||
titleClassName = "",
|
|
||||||
svgClassName = "",
|
svgClassName = "",
|
||||||
containerClassName = ""
|
containerClassName = ""
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user