created functionality for user's stream

Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-11 17:01:28 +05:30
padre 2def350a4f
commit 737b080be0
Se han modificado 4 ficheros con 126 adiciones y 14 borrados

Ver fichero

@@ -14,17 +14,29 @@ input{
margin-bottom: 0.3rem;
}
.joinButton{
color: #fff;
background-color: #7c3aed;
button{
font-weight: 500;
border-radius: 1rem;
font-size: 0.875rem;
padding: 0.5rem 1rem;
text-align: center;
margin-bottom: 2.5rem;
}
.joinButton{
color: #fff;
background-color: #7c3aed;
&:hover{
background-color: #6a28b7;
}
}
.callButton{
color: #fff;
background-color: limegreen;
transition: background-color 250ms ease-in-out;
&:hover{
background-color: forestgreen;
}
}