File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-notification-ui" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Vue Notification UI" ,
55 "main" : " src/notification.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 44 --blue : # 1876f2 ;
55 --white : # fff ;
66 --gap : 20px ;
7+ --gap-right : 40px ;
78 --notification-icon-width : 80px ;
89 --notification-image-width : 67px ;
910 --gray-light : # f1f1f1 ;
1516 padding : 10px ;
1617 width : 380px ;
1718 height : auto;
19+ z-index : 1030 !important ;
1820}
1921
2022.notification-item {
4042}
4143
4244.notification-top-right {
43- right : var (--gap );
45+ right : var (--gap-right );
4446 top : var (--gap );
4547}
4648
4749.notification-bottom-right {
48- right : var (--gap );
50+ right : var (--gap-right );
4951 bottom : var (--gap );
5052}
5153
You can’t perform that action at this time.
0 commit comments