diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index c98a060..f618738 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -40,6 +40,17 @@ button { width: 15px; } } + + .btn.btn-primary.disabled { + background-color: gray; + } + + .btn-outline-primary, + .btn-outline-primary:hover { + color: $btn-primary-2; + border-color: $btn-primary-2; + background-color: inherit; + } } display: flex; diff --git a/static/js/shop.jsx b/static/js/shop.jsx index dd5fe1e..a829389 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -328,6 +328,14 @@ class Layout extends React.PureComponent {
+
+

+ Add your own configuration below. Should be something like: +
+ {JSON.stringify({"items":[{"pn":"1123"},{"pn":"2118"},{"pn":"2118"},{"pn":"2128"}],"type":"desktop"})} +

+
+