feat: add XLSX export functionality for Stalker products and enhance UI for export link
This commit is contained in:
@@ -57,7 +57,8 @@ p {
|
||||
|
||||
.toolbar input,
|
||||
.toolbar select,
|
||||
button {
|
||||
button,
|
||||
.button-link {
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #d8dce0;
|
||||
@@ -66,6 +67,14 @@ button {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.button-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user