migrate to new git

This commit is contained in:
2025-08-29 01:27:25 +08:00
parent 946eb9961e
commit af2c152ef6
8623 changed files with 1000453 additions and 1 deletions
@@ -0,0 +1,37 @@
@import '../variables';
// Microsoft Edge
@supports (-ms-accelerator: true) {
.swal2-range {
input {
width: 100% !important;
}
output {
display: none;
}
}
}
// IE11
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.swal2-range {
input {
width: 100% !important;
}
output {
display: none;
}
}
}
// Firefox
@-moz-document url-prefix() {
.swal2-close {
&:focus {
outline: 2px solid $swal2-outline-color;
}
}
}