Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"src/assets"
],
"styles": [
"./node_modules/@sl-design-system/sanoma-learning/light.css",
"src/styles.css"
],
"scripts": []
Expand Down
1 change: 1 addition & 0 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
justify-content: flex-start;
min-block-size: 100%;
position: relative;
background-color: var(--sl-elevation-surface-base-default);
}

.content {
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '@oddbird/popover-polyfill';
import '@webcomponents/scoped-custom-element-registry/scoped-custom-element-registry.min.js';
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
Expand Down
3 changes: 3 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@import url("../node_modules/@sl-design-system/sanoma-learning/light.css");
@import url("../node_modules/@sl-design-system/sanoma-learning/dark.css") screen and (prefers-color-scheme:dark);
/* You can add global styles to this file, and also import other style files */
html, body {
padding: 0;
margin: 0;
}