Temporary styles for the start quiz button
parent
4f11ac94f9
commit
c17e35eb9b
|
@ -62,17 +62,16 @@
|
||||||
}
|
}
|
||||||
.intro-page .buttons {
|
.intro-page .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
top: 200px;
|
||||||
right: 100px;
|
left: 182px;
|
||||||
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#qs-startbutton {
|
#qs-startbutton {
|
||||||
/*width: 80px;*/
|
border: 4px solid #BABABA;
|
||||||
height: 40px;
|
border-radius: 10px 10px 10px 10px;
|
||||||
border: 1px solid #bababa;
|
font-size: 50px;
|
||||||
border-radius: 4px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qs-footer {
|
.qs-footer {
|
||||||
|
|
Loading…
Reference in New Issue