fix(notifications) drop no longer used css file (#13100)

pull/13118/head
Saúl Ibarra Corretgé 2 years ago committed by GitHub
parent 46597bd6e7
commit 123fa6681f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      css/_notifications.scss
  2. 1
      css/main.scss

@ -1,23 +0,0 @@
.notification-appear, .notification-enter {
opacity: 0;
position: relative;
left: -200px;
transition: all .2s !important; // !important needed to overwrite atlaskit default style
&-active {
opacity: 1;
left: 0;
}
}
.notification-exit {
opacity: 1;
position: relative;
left: 0;
transition: all .2s !important; // !important needed to overwrite atlaskit default style
&-active {
opacity: 0;
left: -200px;
}
}

@ -89,6 +89,5 @@ $flagsImagePath: "../images/";
@import 'reactions-menu';
@import 'plan-limit';
@import 'polls';
@import 'notifications';
/* Modules END */

Loading…
Cancel
Save