Merge branch 'master' of ssh://git.zeus.gent:2222/kelder/durfdoen-2.0 into master
This commit is contained in:
commit
0d2ad10738
2 changed files with 37 additions and 32 deletions
|
@ -59,36 +59,6 @@ main {
|
||||||
padding: 4rem;
|
padding: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quizSpotlight {
|
|
||||||
margin: 2rem 0;
|
|
||||||
font-size: 2rem;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quizSpotlight:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quizSpotlight a {
|
|
||||||
position: relative;
|
|
||||||
text-decoration: none;
|
|
||||||
background: var(--white);
|
|
||||||
color: var(--darkblue);
|
|
||||||
border: 0.4rem solid var(--darkblue);
|
|
||||||
padding: 1rem 2rem;
|
|
||||||
margin-right: 3rem;
|
|
||||||
}
|
|
||||||
.quizSpotlight a {
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
.quizSpotlight a:hover {
|
|
||||||
background-color: var(--lightblue);
|
|
||||||
border: 0.4rem solid var(--lightblue);
|
|
||||||
color: var(--white);
|
|
||||||
}
|
|
||||||
|
|
||||||
details {
|
details {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -339,9 +309,16 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
color: var(--darkblue);
|
||||||
border: 0.15em solid var(--darkblue);
|
border: 0.15em solid var(--darkblue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background-color: var(--lightblue);
|
||||||
|
border: 0.15rem solid var(--lightblue);
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 0.15em solid var(--darkblue);
|
border-bottom: 0.15em solid var(--darkblue);
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
.main_content {
|
.main_content {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -84,7 +86,7 @@ h3::first-letter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
padding: 10px;
|
padding: 2em 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
@ -100,5 +102,31 @@ h3::first-letter {
|
||||||
}
|
}
|
||||||
|
|
||||||
.quizSpotlight {
|
.quizSpotlight {
|
||||||
margin: 0;
|
margin: 2rem 0;
|
||||||
|
font-size: 2rem;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quizSpotlight:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quizSpotlight a {
|
||||||
|
position: relative;
|
||||||
|
text-decoration: none;
|
||||||
|
background: var(--white);
|
||||||
|
color: var(--darkblue);
|
||||||
|
border: 0.4rem solid var(--darkblue);
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
margin-right: 3rem;
|
||||||
|
}
|
||||||
|
.quizSpotlight a {
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
.quizSpotlight a:hover {
|
||||||
|
background-color: var(--lightblue);
|
||||||
|
border: 0.4rem solid var(--lightblue);
|
||||||
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue