Styling changes

This commit is contained in:
Robert Long 2021-08-20 09:28:11 -07:00
commit 038fd643a5
4 changed files with 7 additions and 18 deletions

View file

@ -35,21 +35,6 @@ limitations under the License.
padding-left: 0;
}
.joinRoom button {
border: none;
background: green;
color: white;
font-size: 16px;
font-weight: bold;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
}
.joinRoom button:hover, .joinRoom button:active {
background: darkgreen;
}
.centerMessage {
display: flex;
flex: 1;