This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-67
lines changed Expand file tree Collapse file tree 2 files changed +0
-67
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,6 @@ $activeBorderColor: $primary-content;
111
111
112
112
.mx_SpaceItem_new {
113
113
position : relative;
114
-
115
- .mx_BetaDot {
116
- position : absolute;
117
- left : 33 px ;
118
- top : -5 px ;
119
- }
120
114
}
121
115
122
116
.mx_SpaceItem:not (.hasSubSpaces ) > .mx_SpaceButton {
Original file line number Diff line number Diff line change @@ -137,64 +137,3 @@ limitations under the License.
137
137
cursor : pointer;
138
138
}
139
139
}
140
-
141
- $pulse-color : $accent-alt ;
142
- $dot-size : 12 px ;
143
-
144
- .mx_BetaDot {
145
- border-radius : 50 % ;
146
- margin : 10 px ;
147
- height : $dot-size ;
148
- width : $dot-size ;
149
- transform : scale (1 );
150
- background : rgba ($pulse-color , 1 );
151
- animation : mx_Beta_bluePulse 2 s infinite;
152
- animation-iteration-count : 20 ;
153
- position : relative;
154
- pointer-events : none;
155
-
156
- &::after {
157
- content : "" ;
158
- position : absolute;
159
- width : inherit;
160
- height : inherit;
161
- top : 0 ;
162
- left : 0 ;
163
- transform : scale (1 );
164
- transform-origin : center center;
165
- animation-name : mx_Beta_bluePulse_shadow;
166
- animation-duration : inherit;
167
- animation-iteration-count : inherit;
168
- border-radius : 50 % ;
169
- background : rgba ($pulse-color , 1 );
170
- }
171
- }
172
-
173
- @keyframes mx_Beta_bluePulse {
174
- 0 % {
175
- transform : scale (0.95 );
176
- }
177
-
178
- 70 % {
179
- transform : scale (1 );
180
- }
181
-
182
- 100 % {
183
- transform : scale (0.95 );
184
- }
185
- }
186
-
187
- @keyframes mx_Beta_bluePulse_shadow {
188
- 0 % {
189
- opacity : 0.7 ;
190
- }
191
-
192
- 70 % {
193
- transform : scale (2.2 );
194
- opacity : 0 ;
195
- }
196
-
197
- 100 % {
198
- opacity : 0 ;
199
- }
200
- }
You can’t perform that action at this time.
0 commit comments