mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
.modal-header
|
|
h5(translate) Press the key now
|
|
|
|
.modal-body
|
|
.input
|
|
.stroke(
|
|
*ngFor='let stroke of value',
|
|
[@animateKey]='true',
|
|
[@.disabled]='!config.store.accessibility.animations'
|
|
) {{stroke}}
|
|
|
|
.timeout
|
|
div([style.width]='timeoutProgress + "%"')
|
|
|
|
.modal-footer
|
|
button.btn.btn-primary((click)='close()', translate) Cancel
|