shipping methods

This commit is contained in:
Tizian.Breuch
2025-11-28 11:18:42 +01:00
parent ac42f8b1b9
commit dfe631edf6
14 changed files with 135 additions and 62 deletions

View File

@@ -135,11 +135,20 @@
transform: translateX(-50%) translateY(-12px);
}
.btn.is-loading {
cursor: wait;
}
.btn-content {
display: flex;
}
.btn-content span {
display: flex;
height: auto;
align-content: center;
flex-wrap: wrap-reverse;
}
.btn-content.is-hidden {
visibility: hidden;
opacity: 0;