Skip to content

Commit

Permalink
scss fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Dec 26, 2023
1 parent c3d8efe commit fdc28d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions src/basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@
left: 50%;
margin-left: -(math.div(54px, 2));
}


}

}
}
10 changes: 3 additions & 7 deletions src/dropzone.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@
fill: $overlay-color;
}
}



&.dz-processing .dz-progress {
opacity: 1;
transition: all 0.2s linear;
Expand Down Expand Up @@ -360,15 +359,12 @@
position: absolute;
top: -6px;
left: math.div($width, 2) - 6px;
width: 0;
height: 0;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid $color;
}
}

}
}


0 comments on commit fdc28d4

Please sign in to comment.