UNPKG
@difizen/magent-chat
Version:
latest (0.1.36)
0.1.36
0.1.35
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-chat
/
src
/
chat-view
/
components
/
typing
/
index.less
22 lines
(18 loc)
•
305 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.chat-input-typing
{
@keyframes
blink {
0%
{
opacity
:
1
; }
50%
{
opacity
:
0
; }
100%
{
opacity
:
1
; } }
height
:
14px
;
display
: inline-block;
border-left
:
4px
solid
var
(--mana-text-color);
animation
: blink
0.8s
infinite;
vertical-align
: baseline; }