Skip to content

Commit

Permalink
IBX-6251: Redesign Dropzones
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Oct 6, 2023
1 parent b353b0d commit 0dcba4c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

display: flex;
background: $ibexa-color-light-300;
margin-bottom: calculateRem(8px);
margin-top: calculateRem(8px);
border-radius: $ibexa-border-radius;

&:hover:not(&--is-non-interactive) {
Expand Down Expand Up @@ -517,14 +517,9 @@

@mixin drag-item-placeholder {
display: flex;
height: calculateRem(4px);
border-radius: calculateRem(2px);
background-color: $ibexa-color-info;
margin: 0 0 calculateRem(8px) 0;

&--anchored {
background-color: $ibexa-color-light-300;
}
border: calculateRem(2px) solid $ibexa-color-info;
border-radius: calculateRem(8px);
margin-top: calculateRem(8px);

&--hidden {
display: none;
Expand Down

0 comments on commit 0dcba4c

Please # to comment.