Initial PTT designs
This commit is contained in:
11
src/room/PTTButton.module.css
Normal file
11
src/room/PTTButton.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.pttButton {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-height: 232px;
|
||||
max-width: 232px;
|
||||
border-radius: 116px;
|
||||
|
||||
color: ##fff;
|
||||
border: 6px solid #0dbd8b;
|
||||
background-color: #21262C;
|
||||
}
|
||||
Reference in New Issue
Block a user