Skip to content

Commit 9f2458e

Browse files
committed
Theme Farciennes - Messages
1 parent c7a8fc2 commit 9f2458e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

farciennes/src/scss/hp.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,19 @@ div#header-actions a.account {
479479
input#search_button {
480480
background-color: $primary-dark;
481481
}
482+
483+
#messagesviewlet .portalMessage.warning,
484+
#localmessagesviewlet .portalMessage.warning {
485+
background-color: #000;
486+
}
487+
488+
#messagesviewlet .portalMessage.error,
489+
#localmessagesviewlet .portalMessage.error {
490+
background-color: $primary-svg;
491+
}
492+
493+
.portaltype-imio-smartweb-portalpage div#messagesviewlet {
494+
position: absolute;
495+
top: 120px;
496+
width: 95%;
497+
}

0 commit comments

Comments
 (0)