Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Styling for custom TB Mega Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Mar 12, 2024
1 parent 51928b9 commit 8e19590
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
30 changes: 30 additions & 0 deletions css/base/biodatapt.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,33 @@ h3 {
}
}

/* TBM custom main menu */

#tbm-main {
background: none;
}

#tbm-main a {
text-decoration: none;
}

#tbm-main .level-2 :hover {
font-weight: bold;
color: grey;
}

#tbm-main .level-2 a {
font-family: "Raleway", sans-serif;
text-transform: none;
font-weight: normal;
}

#tbm-main .level-1 {
font-family: "Roboto Slab", sans-serif;
font-weight: bold;
font-size: 1.25rem !important;
color: var(--bs-link-color);
text-transform: uppercase;
border-style: none;
}

31 changes: 31 additions & 0 deletions scss/base/biodatapt.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,34 @@ h3 {
height: 90px;
}
}

/* TBM custom main menu */

#tbm-main {
background: none;
}

#tbm-main a {
text-decoration: none;
}

#tbm-main .level-2 :hover {
font-weight: bold;
color: grey;
}

#tbm-main .level-2 a {
font-family: 'Raleway', sans-serif;
text-transform: none;
font-weight: normal;
}

#tbm-main .level-1 {
font-family: 'Roboto Slab', sans-serif;
font-weight: bold;
font-size: 1.25rem !important;
color: var(--bs-link-color);
text-transform: uppercase;
border-style: none;
}

0 comments on commit 8e19590

Please sign in to comment.