Skip to content

Commit

Permalink
Add styling to MAWG resources section tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed May 30, 2024
1 parent 5f6d2be commit e50e342
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/sass/_multiOmicsWorkingGroups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,22 @@
}
}
}

.multi-omics-wg-tabs {
border-bottom: 1px solid $gray-semi-transparent;

.nav-item {
.nav-link {
font-size: 1.25rem;
padding: 0.45rem 1.15rem;

&.active {
background: linear-gradient(#dedede, #fff);
border-top-color: $gray-semi-transparent;
border-right-color: $gray-semi-transparent;
border-left-color: $gray-semi-transparent;
}
}
}
}
}

0 comments on commit e50e342

Please sign in to comment.