16 lines
300 B
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;
|
|
}
|