Add temporary styling
parent
6c8e2c57af
commit
e8ef20a995
|
@ -17,7 +17,8 @@
|
|||
box-shadow: 0px 0px 6px firebrick;
|
||||
}
|
||||
.intro-page {
|
||||
background: white;
|
||||
background-color: rgba(255,255,255,0.9);
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
height: 100%;
|
||||
|
@ -25,3 +26,7 @@
|
|||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
.questionset-results {
|
||||
background-color: rgba(255, 255, 255, 0.75);
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue