This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from abpframework/ABP8_3_1
Upgrade to ABP version 8.3.1
- Loading branch information
Showing
793 changed files
with
68,849 additions
and
75,691 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
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
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
apps/public-web/src/EShopOnAbp.PublicWeb/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.