Donation management feature/79-donation_management #87

Merged
niggl merged 32 commits from feature/79-donation_management into dev 2021-02-25 16:35:13 +00:00
Showing only changes of commit a880ed2b18 - Show all commits

View File

@ -182,14 +182,14 @@
</h3> </h3>
<label class="content-center align-middle object-center"> <label class="content-center align-middle object-center">
<span <span
class="ml-2" class="ml-2 text-base"
class:text-gray-300={is_fixed}>Distance</span> class:text-gray-300={is_fixed}>Distance</span>
<input <input
class="relative w-10 h-5 transition-all duration-200 ease-in-out bg-gray-400 rounded-full shadow-inner outline-none appearance-none " class="relative w-10 h-5 transition-all duration-200 ease-in-out bg-gray-400 rounded-full shadow-inner outline-none appearance-none align-middle"
type="checkbox" type="checkbox"
bind:checked={is_fixed} /> bind:checked={is_fixed} />
<span <span
class="ml-2" class="ml-2 text-base "
class:text-gray-300={!is_fixed}>Fixed</span> class:text-gray-300={!is_fixed}>Fixed</span>
</label> </label>
<div class="mt-2 mb-6"> <div class="mt-2 mb-6">