Update homecard bezier

This commit is contained in:
Samuele Locatelli
2023-05-10 13:30:14 +02:00
parent 081e54d85d
commit edff91caed
3 changed files with 21 additions and 35 deletions
@@ -27,21 +27,13 @@ namespace WebDoorCreator.UI.Components.SvgComp
[Parameter]
public int ObjW { get; set; } = 450;
[Parameter]
public Dictionary<string, string> TextData { get; set; } = new Dictionary<string, string>();
[Parameter]
public string TextStyle { get; set; } = "font-size: 1.5em; fill: #000;";
[Parameter]
public string Message1 { get; set; } = "";
public string TitleClass { get; set; } = "fs-1";
[Parameter]
public string Message2 { get; set; } = "";
[Parameter]
public string LeftTextClass { get; set; } = "";
[Parameter]
public string RightTextClass { get; set; } = "";
public string BodyClass { get; set; } = "fs-5";
#endregion Public Properties