Mark Otto
be17444756
Replace /
division with multiplication and custom divide()
function ( #34245 )
...
* 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-06-14 09:35:30 -07:00
Onycss
041de9d5ed
Add word-break to .toast-body ( #32670 )
...
* Update _toasts.scss
* Update scss/_toasts.scss
Co-authored-by: Mark Otto <otto@github.com>
2021-01-13 09:21:57 -08:00
Martijn Cuppens
1f2e600304
Add toast positioning
2020-12-04 16:15:51 +02:00
Mark Otto
fae9aef3db
Update toasts dismiss (moving more styles to CSS instead of utilities), fix some more close examples, and add a new .btn-close-white variant
2020-09-22 16:49:02 -07:00
Mark Otto
2bceb3e79d
Remove overflow: hidden from toasts ( #31381 )
2020-07-31 13:29:01 +02:00
Mark Otto
9f173aeff3
Remove backdrop-filter from toasts
2020-06-25 09:47:20 +03:00
Martijn Cuppens
51375abca5
Responsive font size implementation ( #23816 )
2019-02-07 23:32:05 +01:00
Martijn Cuppens
59d040fcbb
Make component colors configurable ( #28035 )
2019-01-20 23:38:29 +02:00
Shohei Yoshida
cda3301d08
Use border-radius() mixin for toast
2018-12-21 13:55:44 -08:00
Martijn Cuppens
dbadf24bb3
Fix margin above toast when previous toast is hidden ( #27820 )
2018-12-12 14:23:10 +01:00
Johann-S
1f4d7903db
fix fade animation for toast
2018-12-10 10:38:11 +01:00
Mark Otto
ab40a2b919
Nest the .toast.show
and use display: block;
as inherit causes broken styles
2018-11-13 08:47:32 +02:00
Johann-S
16cf76ff1a
Create toast JS plugin, add unit tests.
2018-11-13 08:47:32 +02:00
Mark Otto
d0652a1be9
Add new toasts component
2018-11-13 08:47:32 +02:00