Added message dot
This commit is contained in:
parent
9d6bb0e583
commit
8b2a35dcce
4 changed files with 38 additions and 12 deletions
|
|
@ -130,7 +130,7 @@
|
|||
top-4
|
||||
left-6
|
||||
}
|
||||
|
||||
overlay
|
||||
.b-TTTgame {
|
||||
@apply
|
||||
absolute
|
||||
|
|
@ -343,6 +343,23 @@ div-private {
|
|||
hover:bg-red-700
|
||||
}
|
||||
|
||||
.chat-buttonMsg {
|
||||
@apply
|
||||
z-100
|
||||
align-text-top
|
||||
text-xs
|
||||
fixed bottom-15
|
||||
right-9
|
||||
w-2
|
||||
h-2
|
||||
z-300
|
||||
rounded-full
|
||||
shadow-lg
|
||||
flex items-center
|
||||
justify-center
|
||||
hover:bg-red-700
|
||||
|
||||
}
|
||||
|
||||
|
||||
.hidden{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue