SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS videoCallComponents/StartButton.scss

16 lines
300 B
SCSS

.start-button {
padding: 20px 30px;
position: absolute;
background: #ffffff;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #4a4a4a;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
}