File tree Expand file tree Collapse file tree 6 files changed +4
-18
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 6 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 13
13
<link href =" ~/libs-ext/famfamfam-flags/dist/sprite/famfamfam-flags.min.css" rel =" stylesheet" asp-append-version =" true" />
14
14
@* abp styles end*@
15
15
16
- @* other styles start*@
17
- <link href =" ~/libs/animate.css/animate.css" rel =" stylesheet" asp-append-version =" true" />
18
- @* other styles end*@
19
-
20
16
@* custom styles start*@
21
17
<link href =" ~/view-resources/Views/Account/_Layout.css" rel =" stylesheet" asp-append-version =" true" />
22
18
<link href =" ~/css/style.css" rel =" stylesheet" asp-append-version =" true" />
Original file line number Diff line number Diff line change 16
16
<link href =" ~/libs-ext/famfamfam-flags/dist/sprite/famfamfam-flags.min.css" rel =" stylesheet" asp-append-version =" true" />
17
17
@* abp styles end*@
18
18
19
- @* other styles start*@
20
- <link href =" ~/libs/animate.css/animate.css" rel =" stylesheet" asp-append-version =" true" />
21
- @* other styles end*@
22
-
23
19
@* custom styles start*@
24
20
<link href =" ~/view-resources/Views/Shared/_Layout.css" rel =" stylesheet" asp-append-version =" true" />
25
21
<link href =" ~/css/style.css" rel =" stylesheet" asp-append-version =" true" />
Original file line number Diff line number Diff line change 20
20
</li >
21
21
</ul >
22
22
<div class =" tab-content mt-4" >
23
- <div role =" tabpanel" class =" tab-pane container animated fadeIn active" id =" create-user-details" >
23
+ <div role =" tabpanel" class =" tab-pane container active" id =" create-user-details" >
24
24
<div class =" form-group row required" >
25
25
<label class =" col-md-3 col-form-label" >@L( "UserName")</label >
26
26
<div class =" col-md-9" >
64
64
</div >
65
65
</div >
66
66
</div >
67
- <div role =" tabpanel" class =" tab-pane container animated fadeIn " id =" create-user-roles" >
67
+ <div role =" tabpanel" class =" tab-pane container" id =" create-user-roles" >
68
68
<div class =" row" >
69
69
@foreach ( var role in Model .Roles )
70
70
{
Original file line number Diff line number Diff line change 18
18
</li >
19
19
</ul >
20
20
<div class =" tab-content mt-4" >
21
- <div role =" tabpanel" class =" tab-pane container animated fadeIn active" id =" edit-user-details" >
21
+ <div role =" tabpanel" class =" tab-pane container active" id =" edit-user-details" >
22
22
<div class =" form-group row required" >
23
23
<label class =" col-md-3 col-form-label" for =" username" >@L( "UserName")</label >
24
24
<div class =" col-md-9" >
50
50
</div >
51
51
</div >
52
52
</div >
53
- <div role =" tabpanel" class =" tab-pane container animated fadeIn " id =" edit-user-roles" >
53
+ <div role =" tabpanel" class =" tab-pane container" id =" edit-user-roles" >
54
54
<div class =" row" >
55
55
@foreach ( var role in Model .Roles )
56
56
{
Original file line number Diff line number Diff line change 6
6
" wwwroot/libs-ext/famfamfam-flags/dist/sprite/famfamfam-flags.css" ,
7
7
" wwwroot/libs/icheck-bootstrap/icheck-bootstrap.css" ,
8
8
" wwwroot/libs/toastr/toastr.css" ,
9
- " wwwroot/libs/animate.css/animate.css" ,
10
9
" wwwroot/libs/admin-lte/dist/css/adminlte.css" ,
11
10
" wwwroot/css/style.css" ,
12
11
" wwwroot/view-resources/Views/Account/_Layout.css"
40
39
"inputFiles" : [
41
40
" wwwroot/libs/font-awesome/css/all.min.css" ,
42
41
" wwwroot/libs-ext/famfamfam-flags/dist/sprite/famfamfam-flags.min.css" ,
43
- " wwwroot/libs/animate.css/animate.css" ,
44
42
" wwwroot/libs/icheck-bootstrap/icheck-bootstrap.css" ,
45
43
" wwwroot/libs/toastr/toastr.css" ,
46
44
" wwwroot/libs/admin-lte/dist/css/adminlte.min.css" ,
Original file line number Diff line number Diff line change 191
191
192
192
"destination" : " wwwroot/libs/jquery-validate"
193
193
},
194
- {
195
-
196
- "destination" : " wwwroot/libs/animate.css"
197
- },
198
194
{
199
195
200
196
"destination" : " wwwroot/libs/push.js"
You can’t perform that action at this time.
0 commit comments