Add license requirement

This commit is contained in:
Ajay
2022-09-01 15:15:30 -04:00
parent 34c4ecf940
commit c6e30236e9
15 changed files with 775 additions and 12 deletions

View File

@@ -317,6 +317,10 @@ input[type='number'] {
color: grey;
}
tr.disabled {
opacity: 0.3;
}
#options {
height: 100vh;
flex-basis: 80%;
@@ -678,4 +682,9 @@ svg {
#options > div {
max-width: 100%;
}
}
.upsellButton {
cursor: pointer;
vertical-align: middle;
}