feat: September 2022 updates

This commit is contained in:
Anoop M D
2022-03-22 18:18:20 +05:30
parent 81b88e964f
commit c7cced5868
89 changed files with 3714 additions and 11804 deletions

View File

@@ -1,7 +1,7 @@
import styled from 'styled-components';
const Wrapper = styled.div`
&.grafnode-toast {
&.bruno-toast {
position: fixed;
top: 0;
left: 0;
@@ -11,7 +11,7 @@ const Wrapper = styled.div`
justify-content: center;
}
.grafnode-toast-card {
.bruno-toast-card {
-webkit-animation-duration: .85s;
animation-duration: .85s;
-webkit-animation-delay: .1s;