Skip to content

Commit cca5e47

Browse files
authored
Remove whitespaces - Toast.module.scss
1 parent 236a6fd commit cca5e47

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/overlays/Toast/Toast.module.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
.bk-toast {
99
padding: 0 !important; // Override style for .Toastify__toast-container
1010
width: 400px !important; // Override style for .Toastify__toast-container
11-
11+
1212
&:has(.bk-close--dark) {
1313
.bk-toast__body {
1414
margin-right: bk.$spacing-4 !important; // Override style for .Toastify__toast-body
1515
}
1616
}
17-
17+
1818
.bk-toast--success,
1919
.bk-toast--info,
2020
.bk-toast--error {
@@ -41,21 +41,21 @@
4141
// Override style for .Toastify__toast-theme--light
4242
background-color: #{bk.$theme-notification-alert-background-default} !important;
4343
}
44-
44+
4545
.bk-toast__icon--success,
4646
.bk-toast__icon--info,
4747
.bk-toast__icon--error {
4848
font-size: 18px;
4949
}
50-
50+
5151
.bk-toast__icon--success {
5252
color: #{bk.$theme-notification-success-border-default};
5353
}
54-
54+
5555
.bk-toast__icon--info {
5656
color: #{bk.$theme-notification-informational-border-default};
5757
}
58-
58+
5959
.bk-toast__icon--error {
6060
color: #{bk.$theme-notification-alert-border-default};
6161
}
@@ -82,7 +82,7 @@
8282
flex-direction: column;
8383
gap: bk.$spacing-1;
8484
}
85-
85+
8686
.bk-toast__message__title {
8787
font-weight: bk.$font-weight-semibold;
8888
}
@@ -106,15 +106,15 @@
106106
opacity: 1 !important; // Override style for .Toastify__progress-bar
107107
background-color: #{bk.$theme-progress-bar-fill} !important; // Override style for .Toastify__progress-bar
108108
}
109-
109+
110110
.bk-toast__button,
111111
.bk-toast__copy-button {
112112
padding: 0;
113113
color: bk.$theme-notification-text-link;
114114
font-size: 12px;
115115
font-weight: bk.$font-weight-semibold;
116116
}
117-
117+
118118
.bk-toast__link {
119119
font-weight: bk.$font-weight-semibold;
120120
}

0 commit comments

Comments
 (0)