Skip to content

Commit 696f13c

Browse files
committed
Remove main.less
1 parent 4e58df3 commit 696f13c

File tree

14 files changed

+27
-50
lines changed

14 files changed

+27
-50
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/AbpCompanyName.AbpProjectName.Web.Mvc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Content Include="wwwroot\images\user.png" />
4141
<Content Include="wwwroot\view-resources\Views\Account\_Layout.less" />
4242
<Content Include="wwwroot\view-resources\Views\Home\Index.js" />
43+
<Content Include="wwwroot\view-resources\Views\Shared\_Layout.less" />
4344
</ItemGroup>
4445

4546
<ItemGroup>

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/_Layout.cshtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
@using Abp.Web.Security.AntiForgery
33
@using Abp.Configuration.Startup
44
@using AbpCompanyName.AbpProjectName
5-
@using AbpCompanyName.AbpProjectName.SignalR
65
@using AbpCompanyName.AbpProjectName.Web.Resources
76
@inject AbpCompanyName.AbpProjectName.Timing.AppTimes AppTimes
87
@inject IAbpAntiForgeryManager AbpAntiForgeryManager
@@ -42,7 +41,6 @@
4241
<link rel="stylesheet" href="~/plugins/animate-css/animate.css" asp-append-version="true" />
4342
<link href="~/css/style.css" rel="stylesheet">
4443

45-
<link rel="stylesheet" href="~/css/main.css" asp-append-version="true" />
4644
<link href="~/view-resources/Views/Account/_Layout.css" rel="stylesheet" asp-append-version="true" />
4745
</environment>
4846

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared/_Layout.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
<link href="~/fonts/material-icons/materialicons.css" rel="stylesheet" asp-append-version="true" />
3838

3939
<!-- ~/Bundles/vendor/css TODO: Update bundle! -->
40-
<link rel="stylesheet" href="~/plugins/bootstrap/css/bootstrap.css" asp-append-version="true" />
41-
<link href="~/plugins/node-waves/waves.css" rel="stylesheet" />
42-
<link href="~/plugins/animate-css/animate.css" rel="stylesheet" />
43-
<link href="~/css/style.css" rel="stylesheet">
44-
<link href="~/css/themes/all-themes.css" rel="stylesheet" />
40+
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" asp-append-version="true" />
41+
<link href="~/css/style.css" rel="stylesheet" asp-append-version="true">
42+
<link href="~/css/themes/all-themes.css" rel="stylesheet" asp-append-version="true" />
4543
<link rel="stylesheet" href="~/lib/toastr/toastr.css" asp-append-version="true" />
4644
<link rel="stylesheet" href="~/lib/sweetalert/dist/sweetalert.css" asp-append-version="true" />
4745
<link rel="stylesheet" href="~/lib/famfamfam-flags/dist/sprite/famfamfam-flags.css" asp-append-version="true" />
4846
<link rel="stylesheet" href="~/lib/font-awesome/css/font-awesome.css" asp-append-version="true" />
49-
<link rel="stylesheet" href="~/css/main.css" asp-append-version="true" />
47+
<link href="~/plugins/node-waves/waves.css" rel="stylesheet" asp-append-version="true" />
48+
<link href="~/plugins/animate-css/animate.css" rel="stylesheet" asp-append-version="true" />
49+
<link href="~/view-resources/Views/Shared/_Layout.css" rel="stylesheet" asp-append-version="true" />
5050
</environment>
5151

5252
<environment names="Staging,Production">

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/compilerconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
{
1111
"outputFile": "wwwroot/view-resources/Views/Account/_Layout.css",
1212
"inputFile": "wwwroot/view-resources/Views/Account/_Layout.less"
13+
},
14+
{
15+
"outputFile": "wwwroot/view-resources/Views/Shared/_Layout.css",
16+
"inputFile": "wwwroot/view-resources/Views/Shared/_Layout.less"
1317
}
1418
]

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/css/main.css

Lines changed: 0 additions & 16 deletions
This file was deleted.

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/css/main.less

Lines changed: 0 additions & 23 deletions
This file was deleted.

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/css/main.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.language-switch-area {
22
text-align: center;
33
padding: 10px;
4+
}
5+
.famfamfam-flags {
6+
display: inline-block;
47
}

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Account/_Layout.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
text-align: center;
33
padding: 10px;
44
}
5+
6+
.famfamfam-flags {
7+
display: inline-block;
8+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.language-switch-area{text-align:center;padding:10px;}
1+
.language-switch-area{text-align:center;padding:10px;}.famfamfam-flags{display:inline-block;}

0 commit comments

Comments
 (0)