1
0
Fork 0

Add images to checklist

master
Emil Miler 2 years ago
parent b790fd1596
commit 76be8f60bf

@ -83,7 +83,7 @@
</div> </div>
<div class="checklist"> <div class="checklist">
<div class="card" data-tilt> <div class="card" data-tilt>
<img src="static/img/pedf-logo-white.svg" alt=""> <img src="/static/img/checklist-1.jpg" alt="Checklist 1">
<div class="title"> <div class="title">
Náhradní rodinná péče Náhradní rodinná péče
</div> </div>
@ -98,7 +98,7 @@
</a> </a>
</div> </div>
<div class="card" data-tilt> <div class="card" data-tilt>
<img src="static/img/pedf-logo-white.svg" alt=""> <img src="/static/img/checklist-2.jpg" alt="Checklist 2">
<div class="title"> <div class="title">
Život ohrožující situace Život ohrožující situace
</div> </div>
@ -113,7 +113,7 @@
</a> </a>
</div> </div>
<div class="card" data-tilt> <div class="card" data-tilt>
<img src="static/img/pedf-logo-white.svg" alt=""> <img src="/static/img/checklist-3.jpg" alt="Checklist 3">
<div class="title"> <div class="title">
Alarmující chování Alarmující chování
</div> </div>

@ -331,14 +331,15 @@ body.noscroll {
flex-shrink: 0; flex-shrink: 0;
width: 15em; width: 15em;
border: .15em solid $col-accent; border: .15em solid $col-accent;
border-radius: 1em; border-radius: 1.5rem;
padding: 2em; padding: 1.5em;
background-color: $col-bg; background-color: $col-bg;
text-align: left; text-align: left;
user-select: none; user-select: none;
img { img {
width: 100%; width: 100%;
border-radius: 1rem;
} }
&>.title { &>.title {

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

Loading…
Cancel
Save