Skip to content

Commit 14de04a

Browse files
committed
Merge branch 'rel-5.1' of https://github.com/abpframework/abp into rel-5.1
2 parents 90cc5a3 + 23d0428 commit 14de04a

File tree

170 files changed

+22726
-22551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+22726
-22551
lines changed
Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
@keyframes spin {
2-
0% {
3-
transform: translateZ(0) rotate(0deg);
4-
}
5-
6-
100% {
7-
transform: translateZ(0) rotate(360deg);
8-
}
9-
}
10-
11-
.abp-block-area {
12-
position: fixed;
13-
top: 0;
14-
left: 0;
15-
width: 100%;
16-
height: 100%;
17-
z-index: 102;
18-
background-color: #fff;
19-
opacity: .8;
20-
transition: opacity .25s;
21-
}
22-
23-
.abp-block-area.abp-block-area-disappearing {
24-
opacity: 0;
25-
}
26-
27-
.abp-block-area.abp-block-area-busy:after {
28-
content: attr(data-text);
29-
display: block;
30-
max-width: 125px;
31-
position: absolute;
32-
top: 50%;
33-
left: 50%;
34-
transform: translate(-50%, -50%);
35-
font-size: 20px;
36-
font-family: sans-serif;
37-
color: #343a40;
38-
text-align: center;
39-
text-transform: uppercase;
40-
}
41-
42-
.abp-block-area.abp-block-area-busy:before {
43-
content: "";
44-
display: block;
45-
width: 150px;
46-
height: 150px;
47-
border-radius: 50%;
48-
border-width: 2px;
49-
border-style: solid;
50-
border-color: transparent #228ae6 #228ae6 #228ae6;
51-
position: absolute;
52-
top: calc(50% - 75px);
53-
left: calc(50% - 75px);
54-
will-change: transform;
55-
animation: spin .75s infinite ease-in-out;
56-
}
1+
@keyframes spin {
2+
0% {
3+
transform: translateZ(0) rotate(0deg);
4+
}
5+
6+
100% {
7+
transform: translateZ(0) rotate(360deg);
8+
}
9+
}
10+
11+
.abp-block-area {
12+
position: fixed;
13+
top: 0;
14+
left: 0;
15+
width: 100%;
16+
height: 100%;
17+
z-index: 102;
18+
background-color: #fff;
19+
opacity: .8;
20+
transition: opacity .25s;
21+
}
22+
23+
.abp-block-area.abp-block-area-disappearing {
24+
opacity: 0;
25+
}
26+
27+
.abp-block-area.abp-block-area-busy:after {
28+
content: attr(data-text);
29+
display: block;
30+
max-width: 125px;
31+
position: absolute;
32+
top: 50%;
33+
left: 50%;
34+
transform: translate(-50%, -50%);
35+
font-size: 20px;
36+
font-family: sans-serif;
37+
color: #343a40;
38+
text-align: center;
39+
text-transform: uppercase;
40+
}
41+
42+
.abp-block-area.abp-block-area-busy:before {
43+
content: "";
44+
display: block;
45+
width: 150px;
46+
height: 150px;
47+
border-radius: 50%;
48+
border-width: 2px;
49+
border-style: solid;
50+
border-color: transparent #228ae6 #228ae6 #228ae6;
51+
position: absolute;
52+
top: calc(50% - 75px);
53+
left: calc(50% - 75px);
54+
will-change: transform;
55+
animation: spin .75s infinite ease-in-out;
56+
}

0 commit comments

Comments
 (0)