2022-04-23 01:05:48 +00:00
|
|
|
.pttButton {
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
max-height: 232px;
|
|
|
|
max-width: 232px;
|
|
|
|
border-radius: 116px;
|
|
|
|
color: ##fff;
|
|
|
|
border: 6px solid #0dbd8b;
|
2022-05-04 10:24:25 +00:00
|
|
|
background-color: #21262c;
|
2022-04-29 00:44:50 +00:00
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
2022-05-31 22:08:42 +00:00
|
|
|
cursor: pointer;
|
2022-04-29 00:44:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.talking {
|
|
|
|
background-color: #0dbd8b;
|
2022-05-31 22:08:42 +00:00
|
|
|
cursor: unset;
|
2022-04-29 00:44:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
2022-05-04 10:24:25 +00:00
|
|
|
background-color: #ff5b55;
|
|
|
|
border-color: #ff5b55;
|
|
|
|
}
|