File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/components/overlays/Toast Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
.bk-toast {
9
9
padding : 0 !important ; // Override style for .Toastify__toast-container
10
10
width : 400px !important ; // Override style for .Toastify__toast-container
11
-
11
+
12
12
& :has (.bk-close--dark ) {
13
13
.bk-toast__body {
14
14
margin-right : bk .$spacing-4 !important ; // Override style for .Toastify__toast-body
15
15
}
16
16
}
17
-
17
+
18
18
.bk-toast--success ,
19
19
.bk-toast--info ,
20
20
.bk-toast--error {
41
41
// Override style for .Toastify__toast-theme--light
42
42
background-color : #{bk .$theme-notification-alert-background-default } !important ;
43
43
}
44
-
44
+
45
45
.bk-toast__icon--success ,
46
46
.bk-toast__icon--info ,
47
47
.bk-toast__icon--error {
48
48
font-size : 18px ;
49
49
}
50
-
50
+
51
51
.bk-toast__icon--success {
52
52
color : #{bk .$theme-notification-success-border-default } ;
53
53
}
54
-
54
+
55
55
.bk-toast__icon--info {
56
56
color : #{bk .$theme-notification-informational-border-default } ;
57
57
}
58
-
58
+
59
59
.bk-toast__icon--error {
60
60
color : #{bk .$theme-notification-alert-border-default } ;
61
61
}
82
82
flex-direction : column ;
83
83
gap : bk .$spacing-1 ;
84
84
}
85
-
85
+
86
86
.bk-toast__message__title {
87
87
font-weight : bk .$font-weight-semibold ;
88
88
}
106
106
opacity : 1 !important ; // Override style for .Toastify__progress-bar
107
107
background-color : #{bk .$theme-progress-bar-fill } !important ; // Override style for .Toastify__progress-bar
108
108
}
109
-
109
+
110
110
.bk-toast__button ,
111
111
.bk-toast__copy-button {
112
112
padding : 0 ;
113
113
color : bk .$theme-notification-text-link ;
114
114
font-size : 12px ;
115
115
font-weight : bk .$font-weight-semibold ;
116
116
}
117
-
117
+
118
118
.bk-toast__link {
119
119
font-weight : bk .$font-weight-semibold ;
120
120
}
You can’t perform that action at this time.
0 commit comments