Skip to content

Commit

Permalink
Theme for Mons - breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 3, 2024
1 parent 3003fbe commit 561e099
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mons/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -931,3 +931,30 @@ h3 {
border-radius: 20px !important;
}
}

.portaltype-imio-smartweb-page,
.portaltype-imio-smartweb-folder,
.portaltype-imio-smartweb-procedure {
#portal-header {
display: flex;
flex-direction: column;

#portal-header-top {
order: 0;
}

.subsite-container {
order: 2;
}

#portal-breadcrumbs {
order: 4;
}

#banner {
order: 3;
position: relative;
height: 200px;
}
}
}

0 comments on commit 561e099

Please sign in to comment.