We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e392a commit d627dc4Copy full SHA for d627dc4
src/Shared/Services/ToastManager/toastManager.scss
@@ -1,11 +1,17 @@
1
@import 'react-toastify/dist/ReactToastify.css';
2
3
-.Toastify__toast-container {
4
- padding: 0;
5
- width: 280px;
+.Toastify {
+ &__toast-container {
+ padding: 0;
6
+ width: 280px;
7
+
8
+ &--top-right {
9
+ top: 8em;
10
+ }
11
12
- &--top-right {
- top: 8em;
13
+ &__progress-bar {
14
+ height: 3px;
15
}
16
17
@@ -35,14 +41,15 @@
35
41
36
42
37
43
&__content {
44
38
45
// Override the style for the action button
39
46
button {
40
47
color: var(--N0);
48
49
svg *[stroke^="#"] {
50
stroke: var(--N0);
51
-
52
53
svg *[fill^="#"] {
54
fill: var(--N0);
55
0 commit comments