mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-13 05:51:46 +00:00
update styles
This commit is contained in:
parent
59da018b19
commit
c6fd6407f6
@ -1,6 +1,7 @@
|
||||
<div class="t-center c-2">
|
||||
<p><small><?php echo sprintf(_('<a class="c-2" href="%s">TA</a> Cloud is the open source web interface to interact <a class="c-2" href="%s">twister network</a> without node installation.'), 'https://twisterarmy.github.io', 'http://twister.net.co') ?></small></p>
|
||||
<p><small><?php echo _('* software in development. Import existing wallets on your own risk.') ?></small></p>
|
||||
<p><small><?php echo sprintf(_('version: %s'), SERVER_VERSION) ?></small></p>
|
||||
<p><small><?php echo _('* software under development. Import existing wallets on your own risk.') ?></small></p>
|
||||
<p class="mt-20"><small><?php echo sprintf(_('version %s'), SERVER_VERSION) ?> <i class="bi bi-suit-heart"></i></small></p>
|
||||
<p class="mt-10 f-size-16"></p>
|
||||
</div>
|
||||
</body>
|
@ -290,6 +290,10 @@ a.c-4:hover {
|
||||
margin-bottom: 16px
|
||||
}
|
||||
|
||||
.mb-20 {
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.mb-22 {
|
||||
margin-bottom: 22px
|
||||
}
|
||||
@ -398,7 +402,7 @@ a.c-4:hover {
|
||||
/* forms */
|
||||
.input-text {
|
||||
width: 100%;
|
||||
padding: 12px 16px;
|
||||
padding: 11px 16px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user