}
.boxed-group-header {
+ position: relative;
+ z-index: 10;
padding: 15px 20px 0;
}
.boxed-group-loading:before,
.boxed-group-loading:after {
position: absolute;
+ z-index: 1;
border: 2px solid transparent;
box-sizing: border-box;
content: '';
height: 0;
}
- 50% {
- width: 100%;
- height: 100%;
- }
-
- 75% {
- width: 100%;
- height: 100%;
- }
-
- 100% {
+ 50%, 100% {
width: 100%;
height: 100%;
}
}
@keyframes border-bottom-border {
- 0% {
- width: 0;
- height: 0;
- border-width: 0;
- }
-
- 25% {
- width: 0;
- height: 0;
- border-width: 0;
- }
-
- 50% {
+ 0%, 50% {
width: 0;
height: 0;
border-width: 0;