Skip to content

Commit

Permalink
chore: update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Mar 30, 2020
1 parent 96f41e9 commit 366d0a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion components/message/style/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "./mixins";
@import '../../style/core/index';
@import './mixins';

@include b(message-container) {
position: fixed;
Expand Down
7 changes: 4 additions & 3 deletions components/message/style/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '../../style/themes/variable';
import '../../style/core/mixins/index';
import './index';
import '../../style';
import '../../icon/style';
import '../../loading/style';
import './index.scss';
3 changes: 2 additions & 1 deletion components/notification/style/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "./mixins";
@import '../../style/core/index';
@import './mixins';

@include b(notification-container) {
position: fixed;
Expand Down

0 comments on commit 366d0a9

Please sign in to comment.