adds view mode design

This commit is contained in:
2020-05-21 15:38:22 +02:00
parent b0f4e98513
commit 46eece9b98
7 changed files with 65 additions and 6 deletions

View File

@ -18,7 +18,7 @@
<!-- Rounded switch -->
<label class="switch">
<input class="toggle" id={{item.calendarId}} type="checkbox" toggled={{item.toggle}} onclick="toggleReaction(this)">
<span class="slider round"></span>
<span class="slider on round"></span>
</label>
</div>