feat: Add IntegrationRepository and ShopProClient for managing integrations and fetching products from shopPRO API
This commit is contained in:
@@ -47,6 +47,17 @@
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
.btn--danger {
|
||||
color: #ffffff;
|
||||
border-color: #b91c1c;
|
||||
background: #dc2626;
|
||||
}
|
||||
|
||||
.btn--danger:hover {
|
||||
border-color: #991b1b;
|
||||
background: #b91c1c;
|
||||
}
|
||||
|
||||
.btn--block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user