We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24a673f + 1f67f09 commit 2c97decCopy full SHA for 2c97dec
docs/widgets/toast.md
@@ -14,13 +14,21 @@ A widget which displays a notification message.
14
You can customize the style of Toasts by targeting the `Toast` [CSS type](../guide/CSS.md#type-selector).
15
For example:
16
17
-
18
```scss
19
Toast {
20
padding: 3;
21
}
22
```
23
+If you wish to change the location of Toasts, it is possible by targeting the `ToastRack` CSS type.
24
+For example:
25
+
26
+```scss
27
+ToastRack {
28
+ align: right top;
29
+}
30
+```
31
32
The three severity levels also have corresponding
33
[classes](../guide/CSS.md#class-name-selector), allowing you to target the
34
different styles of notification. They are:
0 commit comments