Add stylesheet for workflows designer to host pages
Integrated `designer.css` from `Elsa.Studio.Workflows.Designer` into the `_Host.cshtml` files to ensure proper styling for workflow designer components. This update enhances the appearance and functionality of the workflows designer across relevant web pages.
This commit is contained in:
parent
16fb757ef3
commit
bebcbd5c2b
|
|
@ -28,6 +28,7 @@
|
|||
<link href="@baseUrl/_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet"/>
|
||||
<link href="@baseUrl/_content/Radzen.Blazor/css/material-base.css" rel="stylesheet">
|
||||
<link href="@baseUrl/_content/Elsa.Studio.Shell/css/shell.css" rel="stylesheet">
|
||||
<link href="@baseUrl/_content/Elsa.Studio.Workflows.Designer/designer.css" rel="stylesheet">
|
||||
<link href="ElsaStudioWebAssembly.styles.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
<link href="@basePath/_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet"/>
|
||||
<link href="@basePath/_content/Radzen.Blazor/css/material-base.css" rel="stylesheet">
|
||||
<link href="@basePath/_content/Elsa.Studio.Shell/css/shell.css" rel="stylesheet">
|
||||
<link href="@basePath/_content/Elsa.Studio.Workflows.Designer/designer.css" rel="stylesheet">
|
||||
<link href="ElsaStudioWebAssembly.styles.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue