From 9383a2fb09ffb60cfe63683106945bd688affa59 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 21:13:43 +0200 Subject: feat: Initial commit after clean slate --- src/wwwroot/styles/back.scss | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/wwwroot/styles/back.scss (limited to 'src/wwwroot/styles/back.scss') 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; +} -- cgit v1.3