Add "Create shortcut" button to Product Details page

This commit is contained in:
redphx
2024-07-19 16:48:31 +07:00
parent 66123bc4ef
commit dbbdc48aab
9 changed files with 79 additions and 5 deletions

View File

@@ -69,7 +69,7 @@
height: var(--bx-button-height);
&:not(:only-child) {
margin-right: 4px;
margin-right: 10px;
}
}
@@ -117,3 +117,7 @@ button.bx-inactive {
opacity: 0.2;
background: transparent !important;
}
.bx-button-shortcut {
margin-top: 10px;
}