Accelerated tx audit badge
This commit is contained in:
		
							parent
							
								
									89eb7ec90b
								
							
						
					
					
						commit
						5b4bc9fe19
					
				@ -55,7 +55,7 @@
 | 
			
		||||
          <td *ngSwitchCase="'added'"><span class="badge badge-warning" i18n="transaction.audit.added">Added</span></td>
 | 
			
		||||
          <td *ngSwitchCase="'selected'"><span class="badge badge-warning" i18n="transaction.audit.marginal">Marginal fee rate</span></td>
 | 
			
		||||
          <td *ngSwitchCase="'rbf'"><span class="badge badge-warning" i18n="transaction.audit.conflicting">Conflicting</span></td>
 | 
			
		||||
          <td *ngSwitchCase="'accelerated'"><span class="badge badge-success" i18n="transaction.audit.accelerated">Accelerated</span></td>
 | 
			
		||||
          <td *ngSwitchCase="'accelerated'"><span class="badge badge-accelerated" i18n="transaction.audit.accelerated">Accelerated</span></td>
 | 
			
		||||
        </ng-container>
 | 
			
		||||
      </tr>
 | 
			
		||||
    </tbody>
 | 
			
		||||
 | 
			
		||||
@ -20,3 +20,16 @@
 | 
			
		||||
.td-width {
 | 
			
		||||
  padding-right: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.badge.badge-accelerated {
 | 
			
		||||
  background-color: #653b9c;
 | 
			
		||||
  box-shadow: #ad7de57f 0px 0px 12px -2px;
 | 
			
		||||
  color: white;
 | 
			
		||||
  animation: acceleratePulse 1s infinite;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@keyframes acceleratePulse {
 | 
			
		||||
  0% { background-color: #653b9c; box-shadow: #ad7de57f 0px 0px 12px -2px; }
 | 
			
		||||
  50% { background-color: #8457bb; box-shadow: #ad7de5 0px 0px 18px -2px;}
 | 
			
		||||
  100% { background-color: #653b9c; box-shadow: #ad7de57f 0px 0px 12px -2px; }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user