|
32 | 32 | z-index: 10; |
33 | 33 | } |
34 | 34 |
|
35 | | -.toast-content { |
| 35 | +.toast-container { |
36 | 36 | @include globals.padding(globals.$ionic-space-300, globals.$ionic-space-400); |
37 | 37 | } |
38 | 38 |
|
39 | 39 | // Toast Button |
40 | 40 | // -------------------------------------------------- |
41 | 41 |
|
42 | 42 | .toast-layout-baseline .toast-button-group-start { |
43 | | - @include globals.margin(null, null, null, globals.$ionic-space-400); |
| 43 | + @include globals.margin-horizontal(null, globals.$ionic-space-400); |
44 | 44 | } |
45 | 45 |
|
46 | 46 | .toast-layout-stacked .toast-button-group-start { |
47 | | - @include globals.margin(globals.$ionic-space-400, globals.$ionic-space-400, null, null); |
| 47 | + @include globals.margin(null, null, globals.$ionic-space-400, null); |
48 | 48 | } |
49 | 49 |
|
50 | 50 | .toast-layout-baseline .toast-button-group-end { |
51 | | - @include globals.margin(null, globals.$ionic-space-400, null, null); |
| 51 | + @include globals.margin-horizontal(globals.$ionic-space-400, null); |
52 | 52 | } |
53 | 53 |
|
54 | 54 | .toast-layout-stacked .toast-button-group-end { |
55 | | - @include globals.margin(null, globals.$ionic-space-400, globals.$ionic-space-400, null); |
| 55 | + @include globals.margin(globals.$ionic-space-400, null, null, null); |
56 | 56 | } |
57 | 57 |
|
58 | 58 | .toast-button-group { |
|
71 | 71 | overflow: hidden; |
72 | 72 | } |
73 | 73 |
|
| 74 | +// Toast Icon & Button Icon |
| 75 | +// -------------------------------------------------- |
| 76 | + |
| 77 | +.toast-icon { |
| 78 | + @include globals.margin-horizontal(0, globals.$ionic-space-200); |
| 79 | +} |
| 80 | + |
74 | 81 | // Toast Icon |
75 | 82 | // -------------------------------------------------- |
76 | 83 |
|
|
0 commit comments