Update 5 files
- /assets/index-0e5924d3.css - /app/index.js - /app/index.html - /index.html - /assets/style.css
This commit is contained in:
parent
16100dc229
commit
a7059d3929
4 changed files with 657 additions and 444 deletions
|
@ -254,6 +254,10 @@ video {
|
|||
display: none
|
||||
}
|
||||
|
||||
.mainpage {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
body,
|
||||
html,
|
||||
#root {
|
||||
|
@ -311,15 +315,15 @@ h4 {
|
|||
|
||||
.btn-secondary {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(3 54 40 / var(--tw-text-opacity));
|
||||
background-color: #55ad95
|
||||
color: rgb(248 248 248 / var(--tw-text-opacity));
|
||||
background-color: rgb(66 165 245 / var(--tw-text-opacity)); /*55ad95*/
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(85 173 149 / var(--tw-bg-opacity));
|
||||
background-color: #42a2f5;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(248 248 248 / var(--tw-text-opacity))
|
||||
color: rgb(0 0 0 / var(--tw-text-opacity))
|
||||
}
|
||||
|
||||
#left-col {
|
||||
|
@ -343,6 +347,10 @@ h4 {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#markscheme, #report, #modal {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#markscheme-box, #report-box{
|
||||
min-height: 100%;
|
||||
overflow-y: scroll;
|
Loading…
Add table
Add a link
Reference in a new issue