feat: update web Interface
This commit is contained in:
parent
d5d633b6c7
commit
f9844dba10
1111 changed files with 171093 additions and 0 deletions
32
WebInterface/Front-end/assets/scss/overrides.scss
Executable file
32
WebInterface/Front-end/assets/scss/overrides.scss
Executable file
|
@ -0,0 +1,32 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue