forked from abpframework/abp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
8,380 additions
and
8,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<LangVersion>latest</LangVersion> | ||
<Version>2.3.0</Version> | ||
<LangVersion>latest</LangVersion> | ||
<Version>2.3.0</Version> | ||
<NoWarn>$(NoWarn);CS1591</NoWarn> | ||
<PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl> | ||
<PackageProjectUrl>https://abp.io</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/abpframework/abp/blob/master/LICENSE</PackageLicenseUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/abpframework/abp/</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 56 additions & 56 deletions
112
...et-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/wwwroot/libs/abp/core/abp.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
@keyframes spin { | ||
0% { | ||
transform: translateZ(0) rotate(0deg); | ||
} | ||
|
||
100% { | ||
transform: translateZ(0) rotate(360deg); | ||
} | ||
} | ||
|
||
.abp-block-area { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
z-index: 102; | ||
background-color: #fff; | ||
opacity: .8; | ||
transition: opacity .25s; | ||
} | ||
|
||
.abp-block-area.abp-block-area-disappearing { | ||
opacity: 0; | ||
} | ||
|
||
.abp-block-area.abp-block-area-busy:after { | ||
content: attr(data-text); | ||
display: block; | ||
max-width: 125px; | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
font-size: 20px; | ||
font-family: sans-serif; | ||
color: #343a40; | ||
text-align: center; | ||
text-transform: uppercase; | ||
} | ||
|
||
.abp-block-area.abp-block-area-busy:before { | ||
content: ""; | ||
display: block; | ||
width: 150px; | ||
height: 150px; | ||
border-radius: 50%; | ||
border-width: 2px; | ||
border-style: solid; | ||
border-color: transparent #228ae6 #228ae6 #228ae6; | ||
position: absolute; | ||
top: calc(50% - 75px); | ||
left: calc(50% - 75px); | ||
will-change: transform; | ||
animation: spin .75s infinite ease-in-out; | ||
} | ||
@keyframes spin { | ||
0% { | ||
transform: translateZ(0) rotate(0deg); | ||
} | ||
|
||
100% { | ||
transform: translateZ(0) rotate(360deg); | ||
} | ||
} | ||
|
||
.abp-block-area { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
z-index: 102; | ||
background-color: #fff; | ||
opacity: .8; | ||
transition: opacity .25s; | ||
} | ||
|
||
.abp-block-area.abp-block-area-disappearing { | ||
opacity: 0; | ||
} | ||
|
||
.abp-block-area.abp-block-area-busy:after { | ||
content: attr(data-text); | ||
display: block; | ||
max-width: 125px; | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
font-size: 20px; | ||
font-family: sans-serif; | ||
color: #343a40; | ||
text-align: center; | ||
text-transform: uppercase; | ||
} | ||
|
||
.abp-block-area.abp-block-area-busy:before { | ||
content: ""; | ||
display: block; | ||
width: 150px; | ||
height: 150px; | ||
border-radius: 50%; | ||
border-width: 2px; | ||
border-style: solid; | ||
border-color: transparent #228ae6 #228ae6 #228ae6; | ||
position: absolute; | ||
top: calc(50% - 75px); | ||
left: calc(50% - 75px); | ||
will-change: transform; | ||
animation: spin .75s infinite ease-in-out; | ||
} |
Oops, something went wrong.