File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
commcare_connect/templates/components Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44< div x-show ="showAddMemberModal "
55 x-cloak
66 x-transition.opacity
7- class ="fixed inset-0 z-50 flex items-center justify-center modal-backdrop "
7+ class ="modal-backdrop "
88 @keydown.escape.window ="showAddMemberModal = false ">
99 < div @click.outside ="showAddMemberModal = false "
10- class ="bg-white rounded-2xl shadow-xl w-full max-w-lg p-6 ">
10+ class ="modal ">
1111
1212 < div class ="flex justify-between items-center pb-2 mb-4 ">
1313 < h2 class ="text-lg font-semibold text-brand-deep-purple ">
Original file line number Diff line number Diff line change 11{% load i18n %}
22
33< div x-show ="showConfirmRemoveMembershipModal " x-cloak x-transition.opacity
4- class ="fixed inset-0 z-50 flex items-center justify-center modal-backdrop "
4+ class ="modal-backdrop "
55 @keydown.escape.window ="showConfirmRemoveMembershipModal = false ">
6- < div @click.outside ="showConfirmRemoveMembershipModal = false " class ="bg-white rounded-2xl shadow-xl w-full max-w-lg p-6 ">
6+ < div @click.outside ="showConfirmRemoveMembershipModal = false " class ="modal ">
77
88 < div class ="flex justify-between items-center pb-2 mb-4 ">
99 < h2 class ="text-lg font-medium text-brand-deep-purple ">
Original file line number Diff line number Diff line change 11{% load i18n %}
22
33< div x-show ="{{ modal_name }} " x-cloak x-transition.opacity
4- class ="fixed inset-0 z-50 flex items-center justify-center modal-backdrop "
4+ class ="modal-backdrop "
55 @keydown.escape.window ="{{ modal_name }} = false ">
6- < div @click.outside ="{{ modal_name }} = false " class ="bg-white rounded-2xl shadow-xl w-full max-w-lg p-6 ">
6+ < div @click.outside ="{{ modal_name }} = false " class ="modal ">
77
88 < div class ="flex justify-between items-center pb-2 mb-4 ">
99 < h2 class ="text-lg font-medium text-brand-deep-purple ">
Original file line number Diff line number Diff line change 33< div x-show ="{{ modal_name }} "
44 x-cloak
55 x-transition.opacity
6- class ="fixed inset-0 z-50 flex items-center justify-center modal-backdrop "
6+ class ="modal-backdrop "
77 @keydown.escape.window ="{{ modal_name }} = false ">
88 < div @click.outside ="{{ modal_name }} = false "
9- class ="bg-white rounded-2xl shadow-xl w-full max-w-lg p-6 ">
9+ class ="modal ">
1010
1111 < div class ="flex justify-between items-center pb-2 mb-4 ">
1212 < h2 class ="text-lg font-medium text-brand-deep-purple ">
Original file line number Diff line number Diff line change 33< div x-show ="{{ modal_name }} "
44 x-cloak
55 x-transition.opacity
6- class ="fixed inset-0 z-50 flex items-center justify-center modal-backdrop "
6+ class ="modal-backdrop "
77 @keydown.escape.window ="{{ modal_name }} = false ">
88 < div @click.outside ="{{ modal_name }} = false "
9- class ="bg-white rounded-2xl shadow-xl w-full max-w-lg p-6 ">
9+ class ="modal ">
1010
1111 < div class ="flex justify-between items-center pb-2 mb-4 ">
1212 < h2 class ="text-lg font-medium text-brand-deep-purple ">
You can’t perform that action at this time.
0 commit comments