You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
499 B
SCSS
44 lines
499 B
SCSS
|
6 years ago
|
.result-text-container {
|
||
|
|
|
||
|
|
padding: 0;
|
||
|
|
|
||
|
|
margin: 0;
|
||
|
|
|
||
|
|
position: absolute;
|
||
|
|
|
||
|
|
left: 50%;
|
||
|
|
|
||
|
|
top: 50%;
|
||
|
|
|
||
|
|
display: block;
|
||
|
|
|
||
|
|
text-align: center;
|
||
|
|
|
||
|
|
transform: translate(-50%, -50%);
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
|
||
|
|
font-size: 38px;
|
||
|
|
|
||
|
|
font-family: WorkSans-Bold;
|
||
|
|
|
||
|
|
margin: 0 auto;
|
||
|
|
|
||
|
|
line-height: 36px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
span {
|
||
|
|
|
||
|
|
width: 125px;
|
||
|
|
|
||
|
|
display: block;
|
||
|
|
|
||
|
|
margin: 0 auto;
|
||
|
|
|
||
|
|
font-size: 12px;
|
||
|
|
|
||
|
|
font-family: workSans-Regular;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|