1
0
mirror of https://github.com/bitwarden/web synced 2026-01-10 12:33:43 +00:00

drag n drop cleanup

This commit is contained in:
Kyle Spearrin
2019-03-28 11:59:53 -04:00
parent 9685f2c2b3
commit 322bc90920
3 changed files with 64 additions and 67 deletions

View File

@@ -788,12 +788,11 @@ img.logo {
.cdk-drag-preview {
z-index: $zindex-tooltip !important;
padding: $spacer / 2;
opacity: .8;
opacity: 0.8;
background-color: $white;
border-radius: $border-radius;
}
.cursor-move {
cursor: move;
cursor: move !important;
}