This commit is contained in:
silas
2020-12-04 16:53:27 +01:00
parent 2f10a6e65d
commit d913cd56bc
4 changed files with 41 additions and 16 deletions

21
dist/main.css vendored
View File

@@ -4843,6 +4843,11 @@ html.is-reveal-open {
width: 2rem;
height: 2rem;
border: 2px solid black; }
@media print, screen and (min-width: 50em) {
.present .present-checkbox div {
margin-top: 2.8rem;
width: 1.5rem;
height: 1.5rem; } }
.present .present-checkbox div::after {
position: absolute;
top: -1rem;
@@ -4854,11 +4859,17 @@ html.is-reveal-open {
background-image: url(/img/check.png);
background-size: 100% 100%; }
.present .present-image {
width: 10rem;
height: 10rem;
object-fit: contain;
padding-left: 1.3rem;
padding-right: 1.3rem; }
width: 7rem;
height: 7rem;
padding-left: 1rem;
padding-right: 1rem; }
@media print, screen and (min-width: 50em) {
.present .present-image {
width: 10rem;
height: 10rem;
padding-left: 1.3rem;
padding-right: 1.3rem; } }
.present .present-name {
font-weight: bold; }
@@ -4944,7 +4955,7 @@ html.is-reveal-open {
width: 80%;
max-height: 80%;
overflow: auto;
padding: 2rem 3rem;
padding: 2rem 1rem;
background: #d7c9ac; }
@font-face {