UNPKG
softchatjs-react
Version:
latest (3.2.5)
3.2.30
3.2.29
3.2.28
3.2.27
3.2.26
3.2.25
3.2.24
3.2.23
3.2.21
3.2.5
3.2.4
3.2.1
3.2.0
3.1.71
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.0
Install the softchat-js SDKs
github.com/Timilehinn/softchatjs/tree/main
Timilehinn/softchatjs
softchatjs-react
/
dist
/
components
/
navigation
/
navigation.css
16 lines
(14 loc)
•
258 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.nav-btn
{
background-color
: transparent;
margin-bottom
:
20px
;
cursor
: pointer;
transition
: .
3s
;
width
:
100%
;
width
:
50px
;
display
: flex;
justify-content
: center;
align-items
: center; }
.nav-btn
:hover
{
transition
: .
3s
; }