Files
element-call/src/room/PTTButton.module.css

11 lines
189 B
CSS
Raw Normal View History

2022-04-22 18:05:48 -07:00
.pttButton {
width: 100vw;
height: 100vh;
max-height: 232px;
max-width: 232px;
border-radius: 116px;
color: ##fff;
border: 6px solid #0dbd8b;
background-color: #21262C;
}