feat: allow sorting payment methods (#217)

feat: don't allow to change currency code if in use
This commit is contained in:
Miguel Ribeiro
2024-03-10 12:09:14 +01:00
committed by GitHub
parent 218c86e38f
commit aef2d134c2
6 changed files with 108 additions and 5 deletions
+16
View File
@@ -650,6 +650,12 @@ main > .contain {
cursor: not-allowed;
}
.payments-list .payments-payment .drag-icon {
height: 20px;
width: 12px;
background-size: contain;
}
.payments-list .payments-payment > img {
width: 32px;
height: 32px;
@@ -853,6 +859,16 @@ input[type="checkbox"] {
place-content: center;
}
button.disabled {
cursor: not-allowed;
}
input[type="text"]:disabled {
background-color: #f5f5f5;
border-color: #f5f5f5;
cursor: not-allowed;
}
@media (max-width: 768px) {
input[type="checkbox"] {
width: 20px;