-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6533 from thelostone-mc/master
chore: fix up css in accounts
- Loading branch information
Showing
2 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
24 changes: 11 additions & 13 deletions
24
app/dashboard/templates/profiles/header_sync_profile.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
{% load i18n static avatar_tags %} | ||
<div class="profile-header__sync d-inline-block d-inline-block mb-1 p-0 {% if not is_editable %}inactive{% endif %}"> | ||
|
||
<button id="sync-to-3box" class="btn btn-sm animate-verify" data-container="body" data-toggle="popover" data-html="true" | ||
data-placement="bottom" data-trigger="hover" data-content=' | ||
<p class="h6 my-2 text-left">Backup Profile Data to 3Box <img width="24" src="{% static "v2/images/3box.svg" %}"></p> | ||
<p>You can backup your Gitcoin profile data to the decentralized 3Box cloud. 3Box storage is simple, secure, and private by design.</p> | ||
<p><b>Click this button</b> to start backing up your profile data to 3Box. <b>Long press this button</b> to enable/disable automatic backup of profile data. </p> | ||
<p>Visit 3box.io to learn more about 3Box project.</p> | ||
'> | ||
<img class="action" src="{% static 'v2/images/3box.svg' %}" alt=""> | ||
<img class="loading" src="{% static 'v2/images/loading.gif' %}" alt=""> | ||
</button> | ||
|
||
<div class="profile-header__sync d-inline-block"> | ||
<button id="sync-to-3box" class="btn btn-sm animate-verify" data-container="body" data-toggle="popover" data-html="true" | ||
data-placement="bottom" data-trigger="hover" data-content=' | ||
<p class="h6 my-2 text-left">Backup Profile Data to 3Box <img width="24" src="{% static "v2/images/3box.svg" %}"></p> | ||
<p>You can backup your Gitcoin profile data to the decentralized 3Box cloud. 3Box storage is simple, secure, and private by design.</p> | ||
<p><b>Click this button</b> to start backing up your profile data to 3Box. <b>Long press this button</b> to enable/disable automatic backup of profile data. </p> | ||
<p>Visit 3box.io to learn more about 3Box project.</p> | ||
'> | ||
<img class="action" src="{% static 'v2/images/3box.svg' %}" alt=""> | ||
<img class="loading" src="{% static 'v2/images/loading.gif' %}" alt=""> | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters