Run prettier

This commit is contained in:
David Baker
2022-05-04 11:24:25 +01:00
parent d930ab869a
commit 0136fd3cab
9 changed files with 27 additions and 22 deletions

View File

@@ -22,6 +22,6 @@
@media (min-width: 800px) {
.preview {
margin-top: 40px;
background-color: #21262C;
background-color: #21262c;
}
}

View File

@@ -6,18 +6,20 @@
border-radius: 116px;
color: ##fff;
border: 6px solid #0dbd8b;
background-color: #21262C;
background-color: #21262c;
position: relative;
padding: 0;
}
.talking {
background-color: #0dbd8b;
box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2), 0px 0px 0px 34px rgba(13, 189, 139, 0.2);
box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2),
0px 0px 0px 34px rgba(13, 189, 139, 0.2);
}
.error {
background-color: #FF5B55;
border-color: #FF5B55;
box-shadow: 0px 0px 0px 17px rgba(255, 91, 85, 0.2), 0px 0px 0px 34px rgba(255, 91, 85, 0.2);
}
background-color: #ff5b55;
border-color: #ff5b55;
box-shadow: 0px 0px 0px 17px rgba(255, 91, 85, 0.2),
0px 0px 0px 34px rgba(255, 91, 85, 0.2);
}

View File

@@ -25,7 +25,7 @@
}
.participants > p {
color: #A9B2BC;
color: #a9b2bc;
margin-bottom: 8px;
}
@@ -103,4 +103,4 @@
flex: auto;
order: 4;
}
}
}

View File

@@ -1,3 +1,3 @@
.audioFeed {
display: none;
}
}