Compare commits
No commits in common. "b7a9be0c592d1a920e939a15b239beab87f0d85f" and "8e4ae2d9be32e14b96b8e101fda16e7254396002" have entirely different histories.
b7a9be0c59
...
8e4ae2d9be
@ -25,10 +25,6 @@
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .LP-Link{
|
|
||||||
background-color: $-beige;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,11 +44,11 @@
|
|||||||
height: #{$-spacing-small * 2};
|
height: #{$-spacing-small * 2};
|
||||||
width: #{$-spacing-small * 2};
|
width: #{$-spacing-small * 2};
|
||||||
position:relative;
|
position:relative;
|
||||||
left: #{($-spacing-large - $-spacing-small) / 3.2};
|
left: #{($-spacing-large - $-spacing-small) / 3};
|
||||||
top: #{($-spacing-large - $-spacing-small) / 3.2};
|
top: #{($-spacing-large - $-spacing-small) / 3};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {
|
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1620,8 +1620,6 @@ body {
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%); }
|
transform: translate(-50%, -50%); }
|
||||||
.LP-ImageGrid__Item--add:hover .LP-Link {
|
|
||||||
background-color: #D7CEC7; }
|
|
||||||
.LP-ImageGrid__DeleteItem {
|
.LP-ImageGrid__DeleteItem {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -1636,8 +1634,8 @@ body {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 7.8125px;
|
left: 8.33333px;
|
||||||
top: 7.8125px; }
|
top: 8.33333px; }
|
||||||
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
|
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
|
||||||
visibility: visible; }
|
visibility: visible; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user