delete toast-flex class

pull/14820/head
Fatih KILIÇ 3 years ago
parent 0d57c2896b
commit 0ad64465c5

@ -47,6 +47,9 @@ $toastClass: abp-toast;
}
.#{$toastClass}-content {
position: relative;
display: flex;
align-self: center;
word-break: break-word;
.#{$toastClass}-close-button {
position: absolute;
top: 0;
@ -79,9 +82,3 @@ $toastClass: abp-toast;
}
}
}
.toast-flex {
display: flex;
align-self: center;
word-break: break-word;
}

Loading…
Cancel
Save