Skip to content

Commit d0c4fe6

Browse files
committed
Theme Nivelles - Correction messageviewlet
1 parent 842a377 commit d0c4fe6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

nivelles/src/scss/main.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,18 @@ footer {
318318
#portal-globalnav > li a:hover {
319319
color: #fff;
320320
}
321+
322+
//message viewlet
323+
div#localmessagesviewlet h2 {
324+
color: #fff;
325+
font-size: 1.3rem;
326+
padding: 5px 0 0;
327+
}
328+
329+
.portalMessage.info {
330+
padding: 15px !important;
331+
332+
p {
333+
line-height: 130%;
334+
}
335+
}

0 commit comments

Comments
 (0)