shipping methods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user