commit
95a5845bf1
@ -1,3 +0,0 @@ |
||||
.address-input-sm { |
||||
min-width: calc(42ch + (#{$input-padding-x-sm} * 2)); |
||||
} |
@ -1,8 +0,0 @@ |
||||
import $ from 'jquery' |
||||
|
||||
$('button[data-loading="animation"]').click(event => { |
||||
const clickedButton = $(event.target) |
||||
|
||||
clickedButton.addClass('d-none') |
||||
$('#loading').removeClass('d-none') |
||||
}) |
Loading…
Reference in new issue