diff --git a/app/styles/components/notification-message.scss b/app/styles/components/notification-message.scss index 39493d60..c7673e94 100644 --- a/app/styles/components/notification-message.scss +++ b/app/styles/components/notification-message.scss @@ -60,7 +60,7 @@ position: absolute; top: 0; width: 400px; - z-index: 999; + z-index: 9999; &.active { @include transform(translateY(0)); @include transition (all .6s ease-in-out); diff --git a/app/styles/layout/login.scss b/app/styles/layout/login.scss index ffaeba10..d81008ed 100644 --- a/app/styles/layout/login.scss +++ b/app/styles/layout/login.scss @@ -57,33 +57,4 @@ color: $white; } } -} - -.login-error { - background: $red; - border-radius: 4px; - color: $white; - display: none; - padding: 1rem; - position: absolute; - right: 1rem; - top: 1rem; - width: 20%; - span { - display: block; - } - .title { - @extend %large; - @extend %bold; - } - .icon-delete { - color: $red-light; - position: absolute; - right: .5rem; - top: .5rem; - &:hover { - @include transition(color .3s linear); - color: $white; - } - } -} +} \ No newline at end of file diff --git a/app/styles/modules/create-project.scss b/app/styles/modules/create-project.scss index 5db19759..cf4e8c36 100644 --- a/app/styles/modules/create-project.scss +++ b/app/styles/modules/create-project.scss @@ -53,32 +53,3 @@ } } } - -.login-error { - background: $red; - border-radius: 4px; - color: $white; - display: none; - padding: 1rem; - position: absolute; - right: 1rem; - top: 1rem; - width: 20%; - span { - display: block; - } - .title { - @extend %large; - @extend %bold; - } - .icon-delete { - color: $red-light; - position: absolute; - right: .5rem; - top: .5rem; - &:hover { - @include transition(color .3s linear); - color: $white; - } - } -}