diff options
Diffstat (limited to 'src/wwwroot/styles/back.scss')
| -rw-r--r-- | src/wwwroot/styles/back.scss | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/wwwroot/styles/back.scss b/src/wwwroot/styles/back.scss new file mode 100644 index 0000000..145ee54 --- /dev/null +++ b/src/wwwroot/styles/back.scss @@ -0,0 +1,45 @@ + +.product-form-image-thumbnail { + max-width: 250px; + min-width: 250px; + + .card { + height: 100%; + } + + img { + object-fit: cover; + height: 100%; + } + + .context-menu-button { + margin: -1rem; + background: rgba(0, 0, 0, .4); + color: white; + border: none; + border-radius: 0 0 0 0.25rem; + padding: 0 0 2px 0; + cursor: pointer !important; + } +} + + +#input-images-row { + flex-wrap: unset; + overflow-x: auto; +} + +.draghandle { + margin-left: -74px; + padding-right: 24px; + cursor: move; + display: none; +} + +#products.dragging .draghandle { + display: inline-block !important; +} + +#products.dragging .products-wrapper { + display: none !important; +} |
