File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,21 @@ Or if you prefer to go old-school javascript and a CDN:
119
119
In general, use CSS variables - the following (self-explanatory) vars are exposed:
120
120
121
121
``` css
122
+ /* *
123
+ * ._toastContainer
124
+ * ┌───────────────────────────────────────┐
125
+ * │ ._toastItem │
126
+ * │ ┌───────────────────────────────────┐ │
127
+ * │ │ ._toastMsg ._toastBtn│ │
128
+ * │ │ ┌───────────────────────┐ ┌─────┐ │ │
129
+ * │ │ │ │ │ ✕ │ │ │
130
+ * │ │ └───────────────────────┘ └─────┘ │ │
131
+ * │ │ ._toastBar │ │
132
+ * │ │ ═════════════════════════════════ │ │
133
+ * │ └───────────────────────────────────┘ │
134
+ * └───────────────────────────────────────┘
135
+ */
136
+
122
137
._toastContainer {
123
138
top : var (--toastContainerTop , 1.5rem );
124
139
right : var (--toastContainerRight , 2rem );
You can’t perform that action at this time.
0 commit comments