Skip to content

Commit a396fc6

Browse files
committed
Remove font-awesome
1 parent c9435f3 commit a396fc6

19 files changed

Lines changed: 4 additions & 9080 deletions

src/AasxServerBlazor/AasxServerBlazor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<ItemGroup>
8080
<Folder Include="temp\" />
8181
<Folder Include="wwwroot\images\scottplot\" />
82+
<Folder Include="wwwroot\webfonts\" />
8283
</ItemGroup>
8384

8485
<ItemGroup>

src/AasxServerBlazor/Pages/Pcf2.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,8 @@
570570
<button class="btn px-3 text-white"
571571
onclick="document.getElementById('iframe').src='@iframePath?aasUrl=@link'"
572572
style="background-color: #174a87; padding: 0.1rem 0.4rem 0.1rem 0.4rem !important;">
573-
<i class="fas fa-arrow-right" aria-hidden="true"></i>
573+
@* <i class="fas fa-arrow-right" aria-hidden="true"></i>*@
574+
<span style="color:limegreen;font-weight:bold;">&gt;</span>
574575
</button>
575576
</div>
576577
}

src/AasxServerBlazor/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"AasxServerBlazor": {
1212
"commandName": "Project",
13-
"commandLineArgs": "--no-security --with-db --start-index 0 --no-security --save-temp 5 --secret-string-api 1234 --data-path \"C:\\Development\\UC2\" --edit --external-blazor http://localhost:5001",
13+
"commandLineArgs": "--no-security --with-db --start-index 0 --no-security --save-temp 5 --secret-string-api 1234 --data-path \"C:\\Development\\pcfview-plugfest7\" --edit --external-blazor http://localhost:5001",
1414
"launchBrowser": true,
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development",

src/AasxServerBlazor/wwwroot/css/all.css

Lines changed: 0 additions & 5 deletions
This file was deleted.
-130 KB
Binary file not shown.

src/AasxServerBlazor/wwwroot/webfonts/fa-brands-400.svg

Lines changed: 0 additions & 3570 deletions
This file was deleted.
-130 KB
Binary file not shown.
-87.7 KB
Binary file not shown.
-74.8 KB
Binary file not shown.
-33.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)