UI styling update

This commit is contained in:
mukesh13
2025-08-21 13:15:50 +05:30
parent 500802e62f
commit 96558487c5
17 changed files with 3 additions and 18 deletions

View File

@ -6,7 +6,6 @@ const EnrichmentPipeline = ({
svgUrl = "/images/flowchart/resequencing.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const EpigenomicsPipeline = ({
svgUrl = "/images/flowchart/epigenomics.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,7 @@ const GenomeMappingPipeline = ({
svgUrl = "/images/flowchart/genoemapping.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -21,12 +21,12 @@ const HybridSequencingPipeline = ({
arrowColor = "text-gray-600",
className = "",
cardClassName = "",
titleClassName = ""
titleclass='',
}) => {
return (
<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">
<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}
</h2>

View File

@ -6,7 +6,6 @@ const MetagenomicsPipeline = ({
svgUrl = "/images/flowchart/metagenomics.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const SingleCellPipeline = ({
svgUrl = "/images/flowchart/singlecell.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const WGSDeNovoPipeline = ({
svgUrl = "/images/flowchart/denovo.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const WGSResequencingPipeline = ({
svgUrl = "/images/flowchart/resequencing.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const CircularRNAPipeline = ({
svgUrl = "/images/flowchart/circularrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const DegradomeSequencingPipeline = ({
svgUrl = "/images/flowchart/degradomerna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const IsoformPipeline = ({
svgUrl = "/images/flowchart/isoseqrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const LncRNABioinformatics = ({
svgUrl = "/images/flowchart/totalrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const MetatranscriptomicsPipeline = ({
svgUrl = "/images/flowchart/metatranscriptomicsrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const MRNAPipeline = ({
svgUrl = "/images/flowchart/mrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const SingleCellPipeline = ({
svgUrl = "/images/flowchart/singlecellrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const SRNABioinformatics = ({
svgUrl = "/images/flowchart/smallrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const WTSPipeline = ({
svgUrl = "/images/flowchart/totalrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {