add loading of MNT-data from kverify
This commit is contained in:
parent
83e411bcc3
commit
9476ec4f63
7 changed files with 100 additions and 24 deletions
|
@ -2,6 +2,7 @@
|
|||
--bg-color: #aaa;
|
||||
--text-color: black;
|
||||
--other-background: #444;
|
||||
/* --accent-color: ; */
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -15,16 +16,26 @@ header {
|
|||
background-color: var(--other-background);
|
||||
height: 50px;
|
||||
}
|
||||
a {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
height: calc(100% - 55px);
|
||||
margin: initial;
|
||||
margin: auto;
|
||||
}
|
||||
.content>* {
|
||||
padding: 5%;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.flex>* {
|
||||
flex-flow: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue