mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Override bootstrap toaster CSS fixing angular2-toaster
This commit is contained in:
parent
147a536402
commit
1a7b8ca822
@ -133,7 +133,7 @@ export function HttpLoaderFactory(http: HttpClient) {
|
||||
routing,
|
||||
NgbModule,
|
||||
UiSwitchModule,
|
||||
ToasterModule,
|
||||
ToasterModule.forRoot(),
|
||||
BrowserAnimationsModule,
|
||||
BreadcrumbModule,
|
||||
CKEditorModule,
|
||||
|
@ -1,12 +1,12 @@
|
||||
// styles in src/style directory are applied to the whole page
|
||||
@import "../assets//fonts/opensans100-roboto300";
|
||||
@import "../../node_modules/angular2-toaster/toaster";
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
@import "~ngx-ui-switch/ui-switch.component.scss";
|
||||
@import "themes/themes";
|
||||
@import "components/ibox";
|
||||
@import "components/dialog";
|
||||
@import "components/bootstrap_override";
|
||||
@import "~angular2-toaster/toaster";
|
||||
@import "riot";
|
||||
|
||||
body {
|
||||
|
4
web/style/components/bootstrap_override.scss
vendored
4
web/style/components/bootstrap_override.scss
vendored
@ -27,5 +27,9 @@
|
||||
.form-control::placeholder {
|
||||
color: themed(formControlPlaceholderColor);
|
||||
}
|
||||
|
||||
.toast:not(.show) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user