mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 00:50:03 +00:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
.modal-header
|
|
h5 Press the key now
|
|
|
|
.modal-body
|
|
.input
|
|
.stroke(*ngFor='let stroke of value', [@animateKey]='true') {{stroke}}
|
|
|
|
.timeout
|
|
div([style.width]='timeoutProgress + "%"')
|
|
|
|
.modal-footer
|
|
button.btn.btn-primary((click)='close()') Cancel
|