diff --git a/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl b/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl index c7b3b8790..31bc99571 100644 --- a/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl +++ b/Packages/ohif-core/client/components/bootstrap/notification/notificationArea.styl @@ -25,7 +25,7 @@ position: relative &:not(.hide-dismiss) - padding-right: 40px + padding-right: 50px .note-dismiss display: block @@ -46,9 +46,17 @@ position: absolute text-align: center top: 50% - transform(translateY(-50%)) + transform(translateY(-50%) rotate(0deg)) + transform-origin(50% 50%) + transition(transform 0.3s ease) width: 100% + &:hover + background: rgba(0, 0, 0, 0.1) + + i + transform(translateY(-50%) rotate(180deg)) + &.in max-height: auto opacity: 1 diff --git a/Packages/ohif-core/client/components/bootstrap/notification/notificationNote.html b/Packages/ohif-core/client/components/bootstrap/notification/notificationNote.html index 72c244bf8..a11f42c43 100644 --- a/Packages/ohif-core/client/components/bootstrap/notification/notificationNote.html +++ b/Packages/ohif-core/client/components/bootstrap/notification/notificationNote.html @@ -2,7 +2,13 @@