Relational arrow alignment

This commit is contained in:
Ben Haynes
2021-04-08 09:55:14 -04:00
parent 183af8dd64
commit 0967bb3e86
2 changed files with 6 additions and 6 deletions

View File

@@ -358,17 +358,17 @@ export default defineComponent({
pointer-events: none;
&:first-of-type {
top: 105px;
top: 117px;
left: 32.5%;
}
&:nth-of-type(2) {
bottom: 143px;
bottom: 161px;
left: 67.4%;
}
&:last-of-type {
bottom: 76px;
bottom: 89px;
left: 67.4%;
}
}

View File

@@ -458,12 +458,12 @@ export default defineComponent({
pointer-events: none;
&:first-of-type {
bottom: 141px;
bottom: 161px;
left: 32.5%;
}
&:last-of-type {
bottom: 76px;
bottom: 89px;
left: 67.4%;
}
}
@@ -495,7 +495,7 @@ export default defineComponent({
--v-icon-color: var(--primary);
position: absolute;
bottom: 14px;
bottom: 17px;
left: 50%;
transform: translateX(-50%);
}