Refactoring, database structure changed
This commit is contained in:
16
WatchIt.Website/Components/Layout/BaseLayout.razor
Normal file
16
WatchIt.Website/Components/Layout/BaseLayout.razor
Normal file
@@ -0,0 +1,16 @@
|
||||
@using Blazorise.Snackbar
|
||||
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<CascadingValue Value="@(this)">
|
||||
@(Body)
|
||||
|
||||
<SnackbarStack @ref="SnackbarStack" Location="SnackbarStackLocation.Bottom" />
|
||||
|
||||
<style>
|
||||
/* TAGS */
|
||||
body {
|
||||
background-image: url('@(Background?.ToString() ?? "assets/placeholders/background.jpg")');
|
||||
}
|
||||
</style>
|
||||
</CascadingValue>
|
||||
Reference in New Issue
Block a user