mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-01 00:27:32 +02:00
bug fix: multiple small font issues
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
ng-model="ftpUserName" placeholder="john_ftp" required>
|
||||
<span class="username-suffix">{{ OwnerFTP }}_{$ ftpUserName $}</span>
|
||||
</div>
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block;">
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block; font-size: 0.875rem;">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
{% trans "Your FTP username will be prefixed with the owner username" %}
|
||||
</small>
|
||||
@@ -467,7 +467,7 @@
|
||||
{% trans "Use This Password" %}
|
||||
</button>
|
||||
</div>
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block;">
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block; font-size: 0.875rem;">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
{% trans "Make sure to save this password in a secure location" %}
|
||||
</small>
|
||||
|
||||
@@ -424,7 +424,7 @@
|
||||
{% trans "Use This Password" %}
|
||||
</button>
|
||||
</div>
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block;">
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block; font-size: 0.875rem;">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
{% trans "Make sure to save this password in a secure location" %}
|
||||
</small>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user