mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
34 lines
562 B
SCSS
34 lines
562 B
SCSS
text{
|
|
font-family:Helvetica, Arial, sans-serif;
|
|
font-size:11px;
|
|
pointer-events:none;
|
|
}
|
|
#chart{
|
|
position:absolute;
|
|
width:500px;
|
|
height:500px;
|
|
top:0;
|
|
left:0;
|
|
}
|
|
#question{
|
|
position: absolute;
|
|
width:400px;
|
|
height:500px;
|
|
top:0;
|
|
left:520px;
|
|
}
|
|
#question h1{
|
|
font-size: 50px;
|
|
font-weight: bold;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
position: absolute;
|
|
padding: 0;
|
|
margin: 0;
|
|
top:50%;
|
|
-webkit-transform:translate(0,-50%);
|
|
transform:translate(0,-50%);
|
|
}
|
|
|
|
#install-offline-app {
|
|
display: none;
|
|
} |