Skip to content

Commit

Permalink
Theme Nivelles - Correction messageviewlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Feb 7, 2025
1 parent 842a377 commit d0c4fe6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nivelles/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,18 @@ footer {
#portal-globalnav > li a:hover {
color: #fff;
}

//message viewlet
div#localmessagesviewlet h2 {
color: #fff;
font-size: 1.3rem;
padding: 5px 0 0;
}

.portalMessage.info {
padding: 15px !important;

p {
line-height: 130%;
}
}

0 comments on commit d0c4fe6

Please sign in to comment.