ep_rocketchat
Version:
Integrating rocketchat with Etherpad
24 lines • 543 B
CSS
.loginButton {
width: 100%;
height: 100% ;
background: #3873e0;
box-shadow: 0 2px 0 #2255b5;
border-radius: 4px;
border: 0;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
align-items: center;
text-align: center;
color: #fff;
margin: 0 17px 0 17px;
}
.loginChatContainer{
justify-self: center;
align-self: center;
margin: auto;
width: 126px;
height: 31px;
}