Revert icon marker size
parent
4ca6e3977c
commit
8dbfd387b0
|
@ -232,9 +232,10 @@ export default {
|
||||||
to { transform: translateX(0); opacity: 1; }
|
to { transform: translateX(0); opacity: 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Extra icons */
|
||||||
.icon-checkmark {
|
.icon-checkmark {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px; left: 10px;
|
top: 5%; left: 5%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-color: var(--color-main-background);
|
background-color: var(--color-main-background);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -246,20 +247,14 @@ export default {
|
||||||
.p-outer:hover & { opacity: 0.7; }
|
.p-outer:hover & { opacity: 0.7; }
|
||||||
.selected & { opacity: 0.9; filter: invert(1); }
|
.selected & { opacity: 0.9; filter: invert(1); }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extra icons */
|
|
||||||
.icon-video-white {
|
.icon-video-white {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-size: 100%;
|
top: 5%; right: 5%;
|
||||||
height: 20px; width: 20px;
|
|
||||||
top: 10px; right: 10px;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.icon-starred {
|
.icon-starred {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-size: 100%;
|
bottom: 5%; left: 5%;
|
||||||
height: 24px; width: 24px;
|
|
||||||
bottom: 10px; left: 10px;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue