Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit f6c84ab

Browse files
authored
3249-Missing error message when creating contacts (SORMAS-Foundation#3667)
* 3249-fix error message position * SORMAS-Foundation#3249 add position for notification-error * SORMAS-Foundation#3249 - add positioning for warning notification
1 parent a55a7aa commit f6c84ab

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

sormas-ui/src/main/webapp/VAADIN/themes/sormas/components/notification.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
@mixin sormas-notification {
3-
3+
44
.v-Notification {
55
@include valo-notification-closable-style;
66

@@ -10,13 +10,19 @@
1010
line-height: 16px;
1111
}
1212
}
13+
.v-Notification.error {
14+
top: 322px !important;
15+
}
16+
.v-Notification.warning {
17+
top: 322px !important;
18+
}
1319

1420
.v-Notification.tray {
15-
21+
1622
&.notification-error {
1723
background: #cc0000;
1824
color: white;
19-
25+
2026
&::after {
2127
color: white;
2228
border-color: white;

0 commit comments

Comments
 (0)