diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 21:13:43 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 21:13:43 +0200 |
| commit | 9383a2fb09ffb60cfe63683106945bd688affa59 (patch) | |
| tree | 65b3f4b48841583e355887db5de5a16e7005fc87 /src/wwwroot/styles/back.scss | |
| download | vinjesvingenhandel.no-9383a2fb09ffb60cfe63683106945bd688affa59.tar.xz vinjesvingenhandel.no-9383a2fb09ffb60cfe63683106945bd688affa59.zip | |
feat: Initial commit after clean slate
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; +} |
