33 lines
375 B
SCSS
33 lines
375 B
SCSS
|
html, body {
|
||
|
height: initial;
|
||
|
}
|
||
|
|
||
|
#page-title {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#sample-task {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#instructions-demo {
|
||
|
border: 1px solid black;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.instructions-img {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#experiment {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#disclaimer-box {
|
||
|
color: #444;
|
||
|
}
|
||
|
|
||
|
.ui.label {
|
||
|
margin-bottom: 5px;
|
||
|
}
|