Skip to content

Commit d627dc4

Browse files
committed
fix: height for progress bar
1 parent 71e392a commit d627dc4

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

src/Shared/Services/ToastManager/toastManager.scss

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
@import 'react-toastify/dist/ReactToastify.css';
22

3-
.Toastify__toast-container {
4-
padding: 0;
5-
width: 280px;
3+
.Toastify {
4+
&__toast-container {
5+
padding: 0;
6+
width: 280px;
7+
8+
&--top-right {
9+
top: 8em;
10+
}
11+
}
612

7-
&--top-right {
8-
top: 8em;
13+
&__progress-bar {
14+
height: 3px;
915
}
1016
}
1117

@@ -35,14 +41,15 @@
3541
}
3642

3743
&__content {
44+
3845
// Override the style for the action button
3946
button {
4047
color: var(--N0);
4148

4249
svg *[stroke^="#"] {
4350
stroke: var(--N0);
4451
}
45-
52+
4653
svg *[fill^="#"] {
4754
fill: var(--N0);
4855
}

0 commit comments

Comments
 (0)