File tree 1 file changed +12
-6
lines changed
scaladoc/resources/dotty_res/styles 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 66
66
67
67
/* Loading */
68
68
.loading-wrapper {
69
- align-self : center;
69
+ text-align : center;
70
70
padding : 4px ;
71
71
}
72
72
75
75
width : 10px ;
76
76
height : 10px ;
77
77
border-radius : 5px ;
78
- background-color : var (--shadow );
79
- color : var (--shadow );
80
- animation : dotFlashing .4s infinite alternate;
78
+ background-color : var (--leftbar-bg );
79
+ color : var (--leftbar-bg );
80
+ animation-name : dotFlashing;
81
+ animation-duration : 1.6s ;
82
+ animation-iteration-count : infinite;
83
+ animation-direction : normal;
84
+ animation-timing-function : ease-in-out;
81
85
display : inline-block;
82
86
position : absolute;
83
87
top : 0 ;
84
88
}
85
89
86
90
.loading {
87
- left : 50% ;
88
91
position : relative;
89
92
animation-delay : .2s ;
90
93
}
103
106
0% {
104
107
background-color : var (--leftbar-bg );
105
108
}
106
- 100 % {
109
+ 25 % {
107
110
background-color : var (--shadow );
108
111
}
112
+ 50% {
113
+ background-color : var (--leftbar-bg );
114
+ }
109
115
}
You can’t perform that action at this time.
0 commit comments