Skip to content
Snippets Groups Projects
Verified Commit 44f8c093 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Add app-component class to create a template-friendly padding to all components

parent 0edf7100
No related merge requests found
......@@ -7,7 +7,7 @@
<!-- Insert navigation module here -->
</mat-toolbar-row>
</mat-toolbar>
<div fxFlex>
<div fxFlex class="app-component">
<router-outlet></router-outlet>
</div>
</div>
......
@import '../theme/_variables.scss';
.app-component {
padding: 20px;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment