aboutsummaryrefslogtreecommitdiff
path: root/scss/_toasts.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot1-2/+2
default (#33610)
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto1-1/+1
* Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions
2021-01-13Add word-break to .toast-body (#32670)Onycss1-0/+1
* Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto <[email protected]>
2020-12-04Add toast positioningMartijn Cuppens1-12/+14
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto1-0/+5
some more close examples, and add a new .btn-close-white variant
2020-07-31Remove overflow: hidden from toasts (#31381)Mark Otto1-1/+1
2020-06-25Remove backdrop-filter from toastsMark Otto1-1/+0
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-1/+1
2019-01-20Make component colors configurable (#28035)Martijn Cuppens1-0/+1
2018-12-21Use border-radius() mixin for toastShohei Yoshida1-1/+1
2018-12-12Fix margin above toast when previous toast is hidden (#27820)Martijn Cuppens1-2/+2
2018-12-10fix fade animation for toastJohann-S1-1/+10
2018-11-13Nest the `.toast.show` and use `display: block;` as inherit causes broken stylesMark Otto1-3/+3
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+5
2018-11-13Add new toasts componentMark Otto1-0/+29