@@ -183,13 +183,14 @@ $notification-icon-align: top !default;
183183
184184 position : fixed !important ;
185185
186- & .top-right { @include notification-layout (right , top ); }
187- & .top-left { @include notification-layout (left , top ); }
188- & .top-middle { @include notification-layout (middle , top ); }
186+ & .default-position { @include notification-layout (); }
187+ & .top-right { @include notification-layout (right , top ); }
188+ & .top-left { @include notification-layout (left , top ); }
189+ & .top-middle { @include notification-layout (middle , top ); }
189190
190- & .bottom-right { @include notification-layout (right , bottom ); }
191- & .bottom-left { @include notification-layout (left , bottom ); }
192- & .bottom-middle { @include notification-layout (middle , bottom ); }
191+ & .bottom-right { @include notification-layout (right , bottom ); }
192+ & .bottom-left { @include notification-layout (left , bottom ); }
193+ & .bottom-middle { @include notification-layout (middle , bottom ); }
193194
194195 & .success { @include notification-style ($success-color ) }
195196 & .warning { @include notification-style ($warning-color ) }
@@ -200,13 +201,14 @@ $notification-icon-align: top !default;
200201 .notification-container {
201202 @include notification-container ;
202203
203- & .top-right { @include notification-layout (right , top ); }
204- & .top-left { @include notification-layout (left , top ); }
205- & .top-middle { @include notification-layout (middle , top ); }
204+ & .default-position { @include notification-layout (); }
205+ & .top-right { @include notification-layout (right , top ); }
206+ & .top-left { @include notification-layout (left , top ); }
207+ & .top-middle { @include notification-layout (middle , top ); }
206208
207- & .bottom-right { @include notification-layout (right , bottom ); }
208- & .bottom-left { @include notification-layout (left , bottom ); }
209- & .bottom-middle { @include notification-layout (middle , bottom ); }
209+ & .bottom-right { @include notification-layout (right , bottom ); }
210+ & .bottom-left { @include notification-layout (left , bottom ); }
211+ & .bottom-middle { @include notification-layout (middle , bottom ); }
210212 }
211213
212214 .notification-icon {
0 commit comments