mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 03:48:31 +02:00
Merge pull request #5270 from mempool/simon/accelerate-logo-wip
Accelerate logo
This commit is contained in:
commit
9d6816132b
File diff suppressed because one or more lines are too long
@ -125,8 +125,8 @@
|
||||
<!-- Accelerator -->
|
||||
<ng-container *ngIf="!tx?.status?.confirmed && showAccelerationSummary && (ETA$ | async) as eta;">
|
||||
<br>
|
||||
<div class="title float-left">
|
||||
<h2 i18n="transaction.accelerate|Accelerate button label">Accelerate</h2>
|
||||
<div class="title float-left mb-1">
|
||||
<h2><app-svg-images name="accelerator" height="45px"></app-svg-images></h2>
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn btn-outline-info accelerator-toggle btn-sm float-right" (click)="closeAccelerator()" i18n="accelerator.hide">Hide accelerator</button>
|
||||
|
@ -198,6 +198,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.accelerator-toggle {
|
||||
position: relative;
|
||||
bottom: -18px;
|
||||
}
|
||||
|
||||
.subtitle-block {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Loading…
x
Reference in New Issue
Block a user